ScrEnableFwsRelativeErrorTol

Enables or disables relative error tolerance.

UI Command:   Results > SYZ > [Simulation Name] > Compute FWS Sub-circuit. Select Advanced > Enable Relative Error Tolerance.
Syntax:   obj.ScrEnableFwsRelativeErrorTol <flag>
Parameters:  

BOOL flag (True enables; False disables)

Return Value:  

None.

VB Example:  

obj.ScrEnableFwsRelativeErrorTol True

IPY Example:  

oDoc.ScrEnableFwsRelativeErrorTol(True)