ScrSetFwsPortRefZ
|
For Full Wave SPICE, sets whether port reference impedances are to be renormalized and, if so, specifies reference impedance. |
|
| UI Command: | Click Results > SYZ > [Simulation Name] > Compute FWS Sub-circuit to open the Compute Full Wave SPICE Subcircuit window. Enter a value in the Renormalize all S-parameters to __ ohms before generating model option. |
| Syntax: | obj.ScrSetFwsPortRefZ(renormalize, refZ) |
| Parameters: |
BOOL renormalize, where:
DOUBLE refZ (reference impedence, value ignored if renormalize = FALSE) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetFwsPortRefZ(True, 75.0) |
| IPY Example: |
oDoc.ScrSetFwsPortRefZ(True, 75.0) |