ScrGetUniqueSimulationName
| Generates a unique simulation name based on a given simulation type. | |
| UI Command: | None. |
| Syntax: | obj.ScrGetUniqueSimulatioName(<simType>)
|
| Parameters: |
BSTR simType ("ac", "dc", "eigen", "ff", "nf", "syz", or "hfss_syz") |
| Return Value: |
BSTR uniqueSimName |
| VB Example: |
obj.ScrGetUniqueSimulationName("syz") |
| IPY Example: |
|