EdbFrequencySweep#

class pyaedt.edb_core.edb_data.hfss_simulation_setup_data.EdbFrequencySweep(sim_setup, frequency_sweep=None, name=None, edb_sweep_data=None)[source]#

Manages EDB methods for frequency sweep.

Methods

EdbFrequencySweep.set_frequencies([...])

Set frequency list to the sweep frequencies.

EdbFrequencySweep.set_frequencies_linear_count([...])

Set a linear count frequency sweep.

EdbFrequencySweep.set_frequencies_linear_scale([...])

Set a linear scale frequency sweep.

EdbFrequencySweep.set_frequencies_log_scale([...])

Set a log count frequency sweep.

Attributes

EdbFrequencySweep.adaptive_sampling

Whether adaptive sampling is used.

EdbFrequencySweep.adv_dc_extrapolation

Whether to turn on advanced DC Extrapolation.

EdbFrequencySweep.auto_s_mat_only_solve

Whether to turn on Auto/Manual SMatrix only solve.

EdbFrequencySweep.enforce_causality

Whether to enforce causality during interpolating sweep.

EdbFrequencySweep.enforce_dc_and_causality

Whether to enforce DC point and causality.

EdbFrequencySweep.enforce_passivity

Whether to enforce passivity during interpolating sweep.

EdbFrequencySweep.freq_sweep_type

Sweep type.

EdbFrequencySweep.frequencies

List of frequencies points.

EdbFrequencySweep.interp_use_full_basis

Whether to use Full basis elements.

EdbFrequencySweep.interp_use_port_impedance

Whether to turn on the port impedance interpolation.

EdbFrequencySweep.interp_use_prop_const

Whether to use propagation constants.

EdbFrequencySweep.interp_use_s_matrix

Whether to use S matrix.

EdbFrequencySweep.max_solutions

Number of aximum solutions.

EdbFrequencySweep.min_freq_s_mat_only_solve

Minimum frequency SMatrix only solve.

EdbFrequencySweep.min_solved_freq

Minimum solved frequency.

EdbFrequencySweep.name

Name of the sweep.

EdbFrequencySweep.passivity_tolerance

Tolerance for passivity enforcement.

EdbFrequencySweep.relative_s_error

Specify S-parameter error tolerance for interpolating sweep.

EdbFrequencySweep.save_fields

Whether to turn on or off the extraction of surface current data.

EdbFrequencySweep.save_rad_fields_only

Whether to turn on save radiated fields only.

EdbFrequencySweep.sweep_type

Sweep type.

EdbFrequencySweep.use_q3d_for_dc

Whether to enable Q3D solver for DC point extraction .