HFSSSolverSettings#

class pyedb.grpc.database.simulation_setup.hfss_solver_settings.HFSSSolverSettings(pedb, core: ansys.edb.core.simulation_setup.hfss_simulation_settings.HFSSSolverSettings)#

HFSS solver settings class.

Overview#

enable_intra_plane_coupling

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

max_delta_z0

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

max_triangles_wave_port

Maximum number of triangles to use for meshing wave-ports.

max_triangles_for_wave_port

Maximum number of triangles to use for meshing wave-ports.

min_triangles_wave_port

Minimum number of triangles to use for meshing wave-ports.

min_triangles_for_wave_port

Minimum number of triangles to use for meshing wave-ports.

enable_set_triangles_wave_port

Flag indicating if the minimum and maximum triangle values for wave-ports are used.

set_triangles_for_wave_port

Flag indicating ifthe minimum and maximum triangle values for wave-ports are used.

thin_dielectric_layer_threshold

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

thin_signal_layer_threshold

Value below which signal layers are merged with adjacent signal layers.

Import detail#

from pyedb.grpc.database.simulation_setup.hfss_solver_settings import HFSSSolverSettings

Property detail#

property HFSSSolverSettings.enable_intra_plane_coupling: bool#

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

property HFSSSolverSettings.max_delta_z0: float#

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

property HFSSSolverSettings.max_triangles_wave_port: int#

Maximum number of triangles to use for meshing wave-ports.

property HFSSSolverSettings.max_triangles_for_wave_port: int#

Maximum number of triangles to use for meshing wave-ports.

property HFSSSolverSettings.min_triangles_wave_port: int#

Minimum number of triangles to use for meshing wave-ports.

property HFSSSolverSettings.min_triangles_for_wave_port: int#

Minimum number of triangles to use for meshing wave-ports.

property HFSSSolverSettings.enable_set_triangles_wave_port: bool#

Flag indicating if the minimum and maximum triangle values for wave-ports are used.

property HFSSSolverSettings.set_triangles_for_wave_port: bool#

Flag indicating ifthe minimum and maximum triangle values for wave-ports are used.

property HFSSSolverSettings.thin_dielectric_layer_threshold: float#

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

property HFSSSolverSettings.thin_signal_layer_threshold: float#

Value below which signal layers are merged with adjacent signal layers.

Attribute detail#

HFSSSolverSettings.core#