ScrComputeFwsSubckt
|
Computes a full-wave Spice subcircuit representing the specified S-parameter solution. The ScrSetFwsSubcktFormat() function specifies the Spice format to use. |
|
| UI Command: | Click Results > SYZ > [simulation name] > Compute FWS sub-circuit. |
| Syntax: | obj.ScrComputeFwsSubckt(<syzSimName>, <path>) |
| Parameters: |
BSTR syzSimName BSTR path (save location) |
| Return Value: |
INT
|
| VB Example: | outcome=obj.ScrComputeFwsSubckt("SYZ Sweep 1", "C:/sweep1" ) |
| IPY Example: | oDoc.ScrComputeFwsSubckt('SYZ Sweep 1', 'C:/sweep1') |