SweepData#

class ansys.edb.core.simulation_setup.simulation_setup.SweepData(name: str, frequency_data: FrequencyData | List[FrequencyData])#

Class representing a sweep data setting.

Attributes:
namestr

Name of this sweep.

enabledbool

True if this is enabled.

typeFreqSweepType

Type of sweep.

use_q3d_for_dcbool

Use Q3D solver for dc calculations.

save_fieldsbool

Save fields during simulations.

save_rad_fields_onlybool

Save only radiation fields during simulations.

compute_dc_pointbool

Calculate DC point during simulations.

siwave_with_3dddmbool

SIwave with 3D DDM.

use_hfss_solver_regionsbool

SIwave with HFSS solver regions.

use_hfss_solver_region_sch_genbool

SIwave with HFSS solver regions schematic.

use_hfss_solver_region_parallel_solvebool

SIwave with HFSS solver parallel region simulation.

use_adp_solution_for_all_sweep_freqbool

Enable Using Adaptive Solution for all frequency points.

num_parallel_hfss_regionsint

SIwave with HFSS regions: number of regions to solve in parallel.

parallel_hfss_regions_sim_cfglist[HFSSRegionComputeResource]

List of CHFSSRegionComputeResource assignments for parallel region sims.

auto_s_mat_only_solvebool

Auto/Manual SMatrix only solve.

min_freq_s_mat_only_solvestr

Minimum frequency SMatrix only solve.

frequencieslist[str]

Frequency points in the frequency sweep.

steady_state_startfloat

Frequency of Steady State Start.

mesh_freq_choiceint

Meshing frequencies of the observation mesh.

mesh_freq_pointslist[str]

Frequency points in meshing frequencies.

mesh_freq_range_startstr

Start meshing frequency.

mesh_freq_range_stopstr

Stop meshing frequency.

interpolation_dataInterpolatingSweepData

Data for interpolating frequency sweeps.

frequency_dataFrequencyData or list of FrequencyData

List of frequency data.

Methods

Attributes

SweepData.frequency_string

str: String representing the frequency sweep data.