ScrSetFwsPzOptions

For Full Wave SPICE, sets pole/zero fitting options.

UI Command:   Click Results > SYZ > [Simulation Name] > Compute FWS Sub-circuit to open the Compute Full Wave SPICE Subcircuit window. Select the options in the HSPICE/Spectre Pole/Zero Fitting Options box for the fitting error tolerance, and maximum pole/zero order.
Syntax:   obj.ScrSetFwsPzOptions(<fitError>, <maxOrder>)
Parameters:  

DOUBLE fitError (fitting error tolerance)

INT maxOrder (maximum pole/zero order)

Return Value:  

None.

VB Example:  

obj.ScrSetFwsPzOptions(0.001, 200)

IPY Example:  

oDoc.ScrSetFwsPzOptions(0.001, 200)