ScrSetEnergyErrorPercentInDcSimulation

For DC IR simulations, sets the minimum void area to be meshed.

UI Command:   Simulation > Options > DC Advanced. Enter a value in the Energy Error field.
Syntax:   obj.ScrSetEnergyErrorPercentInDcSimulation(<energyErrorPercent>)
Parameters:  

DOUBLE energyErrorPercent

Return Value:  

None.

VB Example:  

obj.ScrSetEnergyErrorPercentInDcSimulation "5.1"

IPY Example:  

oDoc.ScrSetEnergyErrorPercentInDcSimulation('5.1')