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