ScrSetMaxRefinePassesInDcSimulation

Sets the maximum number of mesh refinement passes for DC IR drop simulations.

UI Command:   Simulation > Compute DC IR. Click Other solver options button and choose the DC Advanced tab. From the Adaptive Mesh Refinement Parameters group, type a value in the Maximum Number of Passes box.
Syntax:   obj.ScrSetMaxRefinePassesInDcSimulation(<maxPasses>)
Parameters:  

INT maxPasses

Return Value:  

None.

VB Example:  

obj.ScrSetMaxRefinePassesInDcSimulation 5

IPY Example:  

oDoc.ScrSetMaxRefinePassesInDcSimulation(5)