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