ScrRunSimulation
| Runs the specified simulation. | |
| UI Command: | Simulation > [Simulation Type]. |
| Syntax: | obj.ScrRunSimulation(<simType>, <simName>)
|
| Parameters: |
BSTR simType (choose from: "ac", "dc", "ddrwizard", "eigen", "ff", "nf", "psi_ac", "psi_syz", "syz", "hfss_syz", "pdn", "cpa", "icepak", "iv", "emi_scan", "em_mttf", "z0_scan", "crosstalk_scan", "td_crosstalk_scan") BSTR simName |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrRunSimulation("syz", "SYZ Sweep 1" ) |
| IPY Example: |
|