SweepMatrix#
- class ansys.aedt.core.modules.solve_sweeps.SweepMatrix(setup, name, sweep_type='Interpolating', props=None)[source]#
Initializes, creates, and updates sweeps in Q3D.
- Parameters:
- setup:class ‘from ansys.aedt.core.modules.solve_setup.Setup’
Setup used for the analysis.
- name
str
Name of the sweep.
- sweep_type
str
,optional
Type of the sweep. Options are
"Fast"
,"Interpolating"
, and"Discrete"
. The default is"Interpolating"
.- props
dict
Dictionary of the properties. The default is
None
, in which case the default properties are retrieved.
Methods
SweepMatrix.add_subrange
(range_type, start)Add a subrange to the sweep.
Create a sweep.
Update the sweep.
Attributes
Get the list of all frequencies that have fields available.
List of all frequencies of the active sweep.
Verify if solutions are available for given sweep.