HFSSSolverSettings#

class ansys.edb.core.simulation_setup.hfss_simulation_settings.HFSSSolverSettings(sim_setup)#

Representis solver settings for HFSS simulations.

Methods

Attributes

HFSSSolverSettings.enable_intra_plane_coupling

bool: Flag indicating if intra-plane coupling of power/ground nets is enabled to enhance accuracy.

HFSSSolverSettings.max_delta_z0

float: Maximum percent change in characteristic impedance of ports between adaptive passes.

HFSSSolverSettings.max_triangles_for_wave_port

int: Maximum number of triangles to use for meshing waveports.

HFSSSolverSettings.min_triangles_for_wave_port

int: Minimum number of triangles to use for meshing waveports.

HFSSSolverSettings.msg

EDBObjMessage: Protobuf message that represents this object's ID.

HFSSSolverSettings.set_triangles_for_wave_port

bool: Flag indicating ifthe minimum and maximum triangle values for waveports are used.

HFSSSolverSettings.thin_dielectric_layer_threshold

str: Value below which dielectric layers are merged with adjacent dielectric layers.

HFSSSolverSettings.thin_signal_layer_threshold

str: Value below which signal layers are considered to have zero thickness.