fix in stripline port

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
pull/12/head
Thorsten Liebig 2014-06-07 20:24:26 +02:00
parent b3bb76e62d
commit 6a758840f5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ); 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']; 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 ); CSX = AddBox( CSX, port.U_filename{3,2}, prio, v3_start, v3_stop-height_vector );
% calculate position of the current probes % calculate position of the current probes