ScrEnableIntraPlaneCoupling
|
Enables or disables low-frequency intra-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 Intra-plane check box. |
| Syntax: | obj.ScrEnableIntraPlaneCoupling <flag> |
| Parameters: |
BOOL flag (TRUE/1 = Enable; FALSE/0 = Disable) |
| Return Value: |
None. |
| VB Example: |
obj.ScrEnableIntraPlaneCoupling True |
| IPY Example: |
oDoc.ScrEnableIntraPlaneCoupling(1) |