ScrSetRefineViasInDcSimulation

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

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

BOOL refineBws (TRUE = select; FALSE = deselect)

Return Value:  

None.

VB Example:  

obj.ScrSetRefineViasInDcSimulation True

IPY Example:  

oDoc.ScrSetRefineViasInDcSimulation(1)