ScrSetPsiSyzInterpOptions
|
Sets PSI SYZ Simulation options. |
|
| UI Command: | Simulation > PSI > Compute SYZ Parameters. |
| Syntax: | obj.ScrSetPsiSyzInterpOptions(<interp>, <fastsweep>, <adaptiveSamp>, <enforceDC>) |
| Parameters: |
INT interp (0 = Discrete Sweep; 1 = Interpolating Sweep) INT fastsweep (0 = Disable Fast Sweep; 1 = Enable Fast Sweep) INT adaptiveSamp (0 = Disable Adaptive Sampling; 1 = Enable Adaptive Sampling) INT enforceDC (for Adaptive Sampling, 0 = do not enforce DC point and causality; 1 = enforce DC point and causality) |
| Return Value: |
BOOL
|
| VB Example: |
obj.ScrSetPsiSyzInterpOptions(1, 0, 1, 1) |
| IPY Example: |
oDoc.ScrSetPsiSyzInterpOptions(1, 0, 1, 1) |