ScrEnableSplitPlaneCoupling
|
Enables or disables split plane coupling detection and solution during simulation. Note: Does not apply to DC IR simulations. |
|
| UI Command: | Simulation > Options to open the SIwave Options window. On SI/PI Advanced tab, select Split-plane check box. |
| Syntax: | obj.ScrEnableSplitPlaneCoupling <flag> |
| Parameters: |
BOOL flag (TRUE/1 = Enable; FALSE/0 = Disable) |
| Return Value: |
None. |
| VB Example: |
obj.ScrEnableSplitPlaneCoupling True |
| IPY Example: |
oDoc.ScrEnableSplitPlaneCoupling(1) |