Q3DAdvancedSettings#
- class ansys.edb.core.simulation_setup.q3d_simulation_settings.Q3DAdvancedSettings(sim_setup, sim_type)#
Represents advanced settings for Q3D simulations.
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 model resolution is automatically calculated for IC designs.str
: Model resolution to use when manually setting the model resolution of IC designs.- obj:int:
Maximum number of mesh refinement cycles to perform.
- obj:float:
How many tetrahedra are added at each iteration of the adaptive refinement process.
bool
: Flag indicating if meshing for via plating is enabled.- obj:int:
Minimum number of passes that must meet convergence criteria before the simulation stops.
- obj:int:
Minimum number of mesh refinement cycles to perform.
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.float
: Percent error during conduction adaptive passes.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.