ScrSetMinCutoutArea

Controls the cutout defeaturing area threshold; all cutouts below this value are ignored during simulations.

This function is not applicable to DC IR drop simulations, during which all salient geometry is meshed and simulated (no cutouts are defeatured).

UI Command:   Simulation > Options. Enter the area threshold in the Do not explicitly mesh any voids than field.
Syntax:   obj.ScrSetMinCutoutArea(<minVoidArea>, <unitsBstr>)
Parameters:  

DOUBLE minVoidArea

BSTR unitsBstr

Return Value:  

None.

VB Example:  

'defeature all cutouts less than 10mm2 during simulations.

obj.ScrSetMinCutoutArea 10, mm

IPY Example:  

oDoc.ScrSetMinCutoutArea(10, 'mm')