pyaedt.modules.SetupTemplates.SweepMatrix#
- class pyaedt.modules.SetupTemplates.SweepMatrix(setup, sweepname, sweeptype='Interpolating', props=None, **kwargs)[source]#
Initializes, creates, and updates sweeps in Q3D.
- Parameters:
- app:class ‘pyaedt.modules.SolveSetup.Setup’
Setup used for the analysis.
- setupname
str
Name of the setup.
- sweepname
str
Name of the sweep.
- sweeptype
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
(rangetype, start[, ...])Add a subrange to the sweep.
Create a sweep.
Update the sweep.
Attributes
Get the list of all frequencies that have fields available.
Get the list of all frequencies of the active sweep.
Verify if solutions are available for given sweep.