ScrSetPlotSyzMag
|
Selects "Plot Magnitude" for various simulations. |
|
| UI Command: | Results > [Simulation Type] > [Simulation Name] > Plot Magnitude. |
| Syntax: | obj.ScrSetPlotSyzMag(<flag>) |
| Parameters: |
BOOL flag (TRUE = plot magnitude; FALSE = do not plot magnitude) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetPlotSyzMag True |
| IPY Example: |
oDoc.ScrSetPlotSyzMag(1) |