ScrSetSimulationName
|
Sets the simulation name for a specified simulation type. |
|
| UI Command: | From the Simulation menu, click any option to compute a simulation and open the corresponding simulation window. Specify the simulation name. |
| Syntax: | obj.ScrSetSimulationName(<simType>, <simName>) |
| Parameters: |
BSTR simType ( "ac", "dc", "eigen", "ff", "nf", "syz" or "hfss_syz") BSTR simName |
| Return Value: |
BOOL
|
| VB Example: |
' outcome is TRUE on success, FALSE if specified "simType" does not match one of the six strings mentioned outcome = obj.ScrSetSimulationName ( "syz", "S-param no caps" ) |
| IPY Example: |
oDoc.ScrSetSimulationName('syz', 'S-param no caps') |