ScrEnableCavityFieldCoupling

Enables or disables cavity field 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 Cavity field check box.
Syntax:   obj.ScrEnableCavityFieldCoupling <flag>
Parameters:  

BOOL flag (TRUE/1 = Enable; FALSE/0 = Disable)

Return Value:  

None.

VB Example:  

obj.ScrEnableCavityFieldCoupling True

IPY Example:  

oDoc.ScrEnableCavityFieldCoupling(1)