AdvancedSettings#
- class ansys.edb.core.simulation_setup.simulation_settings.AdvancedSettings(sim_setup)#
Class representing base advanced simulation settings.
Methods
Attributes
str
: Absolute length used as tolerance when defeaturing polygons.float
: Extent ratio used as tolerance when defeaturing polygons.int
: Enable/disable healing of mis-aligned points and edges.bool
: Flag indicating if meshing for via plating is enabled.ModelType
: model type.EDBObjMessage
: Protobuf message that represents this object's ID.float
: Spacing between vias.int
: Number of sides a via is considered to have.bool
: Flag indicating if a geometry not connected to any other geometry is removed.float
: Voids with an area smaller than this value are ignored during simulation.bool
: Flag indicating if polygons are unioned before meshing.bool
: Flag indicating if polygon defeaturing is performed.bool
: Flag indicating if absolute length or extent ratio is used when defeaturing polygons.str
: Default via material.ViaStyle
: Via model type.