ScrSetSyzInterpSweep
|
Sets the SYZ-parameter sweep type to interpolating. |
|
| UI Command: | Simulation > Compute SYZ Parameters. Select Interpolating Sweep. |
| Syntax: | obj.ScrSetSyzInterpSweep(<p>) |
| Parameters: |
BOOL p (TRUE = Interpolating; FALSE = Discrete) |
| Return Value: |
None. |
| VB Example: |
' switch to interpolating sweeps obj.ScrSetSyzInterpSweep True ' switch back to discrete sweeps obj.ScrSetSyzInterpSweep False |
| IPY Example: |
oDoc.ScrSetSyzInterpSweep(True) |