ScrSetLocalRefinementPercentInDcSimulation

For a DC IR simulation, sets the local refinement percentage.

UI Command:   Simulation > Options > DC Advanced. Enter a value in the Local Refinement field.
Syntax:   obj.ScrSetLocalRefinementPercentInDcSimulation(<localRefinePercent>)
Parameters:  

DOUBLE localRefinePercent

Return Value:  

None.

VB Example:  

obj.ScrSetLocalRefinementPercentInDcSimulation 20

IPY Example:  

oDoc.ScrSetLocalRefinementPercentInDcSimulation(20)