SweepHFSS3DLayout#
- class pyaedt.modules.SolveSweeps.SweepHFSS3DLayout(setup, sweepname, sweeptype='Interpolating', save_fields=True, props=None, **kwargs)[source]#
Initializes, creates, and updates sweeps in HFSS 3D Layout.
- Parameters:
- app:class ‘pyaedt.modules.SolveSetup.Setup’
Setup to use for the analysis.
- setupname
str
Name of the setup.
- sweepname
str
Name of the sweep.
- sweeptype
str
,optional
Type of the sweep. Options are
"Interpolating"
and"Discrete"
. The default is"Interpolating"
.- save_fieldsbool,
optional
Whether to save the fields. The default is
True
.- props
dict
,optional
Dictionary of the properties. The default is
None
, in which case the default properties are retrieved.
Methods
SweepHFSS3DLayout.add_subrange
(rangetype, start)Add a subrange to the sweep.
SweepHFSS3DLayout.change_range
(rangetype, start)Change the range of the sweep.
SweepHFSS3DLayout.change_type
(sweeptype)Change the type of the sweep.
Create a sweep.
SweepHFSS3DLayout.set_save_fields
(save_fields)Choose whether to save fields.
Update the sweep.
Attributes
Compute the setupname : sweepname string.
Verify if solutions are available for the sweep.