Set a list of comma separated mode labels that will share the same s-parameters. This command is used in Scripted elements before setsparameter .
Syntax |
Description |
---|---|
setmodes (“TE,TM”); |
Set a list of comma separated mode labels that will share the same s-parameters . Orthogonal identifies are associated to each mode from 1 to number of modes. This command is used in Scripted elements before setsparameter . |
Example
To set the modes 'TE' and 'TM' for a Scripted element.
transmission = [193.1e12, 0.5, 0]; setmodes('TE,TM'); setsparameter("port 2","port 1","transmission",transmission);
See Also