ScrSetFwsSsfAlg

For Full Wave SPICE, specifies State-Space Fitting Algorithm options.

UI Command:   Click Results > SYZ > [Simulation Name] > Compute FWS Sub-circuit to open the Compute Full Wave SPICE Subcircuit window. Specify State-Space Fitting Algorithm options.
Syntax:   obj.ScrSetFwsSsfAlg(<algorithm>)
Parameters:  

INT algorithm, where:

  • 0 – TWS
  • 1 – Iterative Rational Function
Return Value:  

None.

VB Example:  

obj.ScrSetFwsSsfAlg 0

IPY Example:  

oDoc.ScrSetFwsSsfAlg(0)