HfssSimulationSetup#

class pyedb.dotnet.edb_core.edb_data.hfss_simulation_setup_data.HfssSimulationSetup(pedb, edb_object=None)[source]#

Manages EDB methods for HFSS simulation setup.

Methods

HfssSimulationSetup.add_frequency_sweep([...])

Add frequency sweep.

HfssSimulationSetup.add_length_mesh_operation(...)

Add a mesh operation to the setup.

HfssSimulationSetup.add_skin_depth_mesh_operation(...)

Add a mesh operation to the setup.

HfssSimulationSetup.create([name])

Create an HFSS setup.

HfssSimulationSetup.delete_frequency_sweep(...)

Delete a frequency sweep.

HfssSimulationSetup.set_solution_broadband([...])

Set broadband solution.

HfssSimulationSetup.set_solution_multi_frequencies([...])

Set multi-frequency solution.

HfssSimulationSetup.set_solution_single_frequency([...])

Set single-frequency solution.

Attributes

HfssSimulationSetup.adaptive_settings

Adaptive Settings Class.

HfssSimulationSetup.advanced_mesh_settings

Advanced mesh settings Class.

HfssSimulationSetup.curve_approx_settings

Curve approximation settings Class.

HfssSimulationSetup.dcr_settings

Dcr settings Class.

HfssSimulationSetup.defeature_settings

Defeature settings Class.

HfssSimulationSetup.enabled

Flag indicating if the setup is enabled.

HfssSimulationSetup.frequency_sweeps

List of frequency sweeps.

HfssSimulationSetup.get_sim_setup_info

Get simulation setup information.

HfssSimulationSetup.hfss_port_settings

HFSS port settings Class.

HfssSimulationSetup.hfss_solver_settings

Manages EDB methods for HFSS solver settings.

HfssSimulationSetup.is_auto_setup

Flag indicating if automatic setup is enabled.

HfssSimulationSetup.mesh_operations

Mesh operations settings Class.

HfssSimulationSetup.name

Name of the setup.

HfssSimulationSetup.position

Position in the setup list.

HfssSimulationSetup.setup_type

Type of the setup.

HfssSimulationSetup.solver_slider_type

Solver slider type.

HfssSimulationSetup.via_settings

Via settings Class.