fix in stripline port
Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>pull/12/head
parent
b3bb76e62d
commit
6a758840f5
|
@ -203,7 +203,7 @@ CSX = AddProbe( CSX, port.U_filename{3,1}, 0, 'weight', weight );
|
|||
CSX = AddBox( CSX, port.U_filename{3,1}, prio, v3_start, v3_stop+height_vector );
|
||||
|
||||
port.U_filename{3,2} = [PortNamePrefix 'port_ut' num2str(portnr) 'C2'];
|
||||
CSX = AddProbe( CSX, port.U_filename{3,2}, 0, 'weight', weight );
|
||||
CSX = AddProbe( CSX, port.U_filename{3,2}, 0, 'weight', -1*weight );
|
||||
CSX = AddBox( CSX, port.U_filename{3,2}, prio, v3_start, v3_stop-height_vector );
|
||||
|
||||
% calculate position of the current probes
|
||||
|
|
Loading…
Reference in New Issue