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