ScrSetNumModesToCompute

Sets the number of modes to solve for during resonant simulations.

UI Command:   Simulation > Compute Resonant Modes. Enter a value in the # of Modes to Compute field.
Syntax:   obj.ScrSetNumModesToCompute(<numModes>)
Parameters:  

INT numModes

Return Value:  

None.

VB Example:  

obj.ScrSetNumModesToCompute 10

IPY Example:  

oDoc.ScrSetNumModesToCompute(10)