Skip to content

MSL Port Usage #58

Discussion options

You must be logged in to vote

These lines are from AddMSLPort.m

% create the metal/material for the MSL
MSL_start = start;
MSL_stop = stop;
MSL_stop(idx_height) = MSL_start(idx_height);
CSX = AddBox( CSX, materialname, prio, MSL_start, MSL_stop );
...
port.excite = 0;
if excite
    port.excite = 1;
    CSX = AddExcitation( CSX, [PortNamePrefix 'port_excite_' num2str(portnr)], 0, evec, excite_args{:} );
    CSX = AddBox( CSX, [PortNamePrefix 'port_excite_' num2str(portnr)], prio, ex_start, ex_stop );
end

Q: Could I use just a port to simulate a long MSL line or should I use a small port object connected to the actual MSL line (formed by a PEC material)? Are they both equivalent?
A: They are both equivalent since AddMSL…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danielb-28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants