ScrSetRefineBondwiresInDcSimulation

For DC simulations, selects or deselects option to refine mesh along bondwires.

UI Command:   Simulation >  Options. On DC Advanced tab, select or deselect Refine Mesh Along Bondwires.
Syntax:   obj.ScrSetRefineBondwiresInDcSimulation(<refineBws>)
Parameters:  

BOOL refineBws (TRUE = select; FALSE = deselect)

Return Value:  

None.

VB Example:  

obj.ScrSetRefineBondwiresInDcSimulation True

IPY Example:  

oDoc.ScrSetRefineBondwiresInDcSimulation(1)