ScrSetFwsSubcktFormat

Specifies the full-wave Spice subcircuit format for export.

UI Command:   Click Results > SYZ > [Simulation Name] > Compute FWS Sub-circuit to open the Compute Full Wave SPICE Subcircuit window. Select the Spice subcircuit format from the Full Wave Spice Subcircuit Format box.
Syntax:   obj.ScrSetFwsSubcktFormat(<format>)
Parameters:  

INT format, where:

  • 0 – HSPICE-compatible format
  • 1 – Maxwell Spice compatible format
  • 2 – PSPICE compatible format
  • 3 – Cadence Spectre compatible format
  • 4 – Nexxim S-element format
  • 5 – State space model
  • 6 – Simplorer model
Return Value:  

None.

VB Example:  

obj.ScrSetFwsSubcktFormat 0

IPY Example:  

oDoc.ScrSetFwsSubcktFormat(0)