ScrRunDcSimulation
| Runs a DC IR simulation. | |
| UI Command: | Simulation > Compute DC IR. |
| Syntax: | obj.ScrRunDcSimulation(<reprocessGeom>)
|
| Parameters: |
INT reprocessGeom (1 = runs the simulation; 0 = sets up the simulation but does not run it) |
| Return Value: |
INT:
|
| VB Example: |
obj.ScrRunDcSimulation(1) |
| IPY Example: |
|