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:

  • 0 – Success
  • Else – Failure
VB Example:  

obj.ScrRunDcSimulation(1)

IPY Example:  

oDoc.ScrRunDcSimulation(1)