Selects a mode from the mode list. All modes found in a simulation are numbered based on their effective index and they are displayed in the mode list in the Eigensolver analysis window.
Syntax |
Description |
---|---|
selectmode(N); |
Select the Nth mode from the mode list. |
selectmode(name); |
Selects the desired mode where name is a string containing the name of a mode. Modes are named mode1, mode2, ..modeN. This form of the command is compatible with the bestoverlap function. |
Examples
Both these commands select the third mode in the list:
selectmode(3);selectmode("mode3");
This command selects the mode that has the best overlap with the D-card named "reference"
selectmode(bestoverlap("reference"));
See Also
List of commands , setanalysis , mesh , findmodes , frequencysweep , bestoverlap