ScrSetSpiceSubcktFormat
|
Sets an appropriate output format for Full Wave Spice simulations. |
|
| UI Command: | None. |
| Syntax: | obj.ScrSetSpiceSubcktFormat(<format>) |
| Parameters: |
BSTR format (case-sensitive choices are: HSPICE, MSPICE, PSPICE, or Spectre) |
| Return Value: |
None. |
| VB Example: |
obj.ScrSetSpiceSubcktFormat "HSPICE" |
| IPY Example: |
oDoc.ScrSetSpiceSubcktFormat('PSPICE') |