HFSSSettingsOptions#
- class ansys.edb.core.simulation_setup.hfss_simulation_settings.HFSSSettingsOptions(sim_setup)#
Represents options for HFSS simulation settings.
Methods
Attributes
bool
: Flag indicating if lambda refinement is used during meshing.bool
: Flag indicating if enhanced low-frequency accuracy is enabled during simulation.float
: Target lambda value for lambda refinement.int
: Maximum mesh refinement per adaptive pass.float
: Mesh size factor used for lambda refinement.int
: Minimum number of converged adaptive passes.int
: Minimum number of adaptive passes.EDBObjMessage
: Protobuf message that represents this object's ID.BasisFunctionOrder
: Basis function order.float
: Relative residual value that the HFSS iterative solver is to use.SolverType
: HFSS solver type.bool
: Flag indicating if the default lambda target value is used.bool
: Flag indicating if maximum refinement values are used during simulation.bool
: Flag indicating whether to use shell elements.