ScrFwsEnforceCausality

Controls option to check whether s-parameter data is passive.

UI Command:   Results > SYZ > [Simulation Name] > Compute FWS Sub-circuit. Select Enforce Causality check box.
Syntax:   obj.ScrFwsEnforceCausality(<flag>)
Parameters:  

BOOL flag (True to enforce)

Return Value:  

None.

VB Example:  

obj.ScrFwsEnforceCausality(true)

IPY Example:  

oDoc.ScrFwsEnforceCausality(True)