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:
|
| Return Value: |
None. |
| VB Example: |
obj.ScrSetFwsSubcktFormat 0 |
| IPY Example: |
oDoc.ScrSetFwsSubcktFormat(0) |