SweepHFSS3DLayout#
- class ansys.aedt.core.modules.solve_sweeps.SweepHFSS3DLayout(setup, name, sweep_type='Interpolating', save_fields=True, props=None, **kwargs)#
Initializes, creates, and updates sweeps in HFSS 3D Layout.
- Parameters:
- setup:class ‘from ansys.aedt.core.modules.solve_setup.Setup’
Setup to use for the analysis.
- name
str Name of the sweep.
- sweep_type
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(range_type, start)Add a subrange to the sweep.
SweepHFSS3DLayout.change_range(range_type, start)Change the range of the sweep.
SweepHFSS3DLayout.change_type(sweep_type)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 name : sweep_name string.
Verify if solutions are available for the sweep.
Shortcut for dir(self).