create_single_point_sweep#

Hfss3dLayout.create_single_point_sweep(setup, unit, freq, name=None, save_fields=False, save_rad_fields_only=False)[source]#

Create a sweep with a single frequency point.

Parameters:
setupstr

Name of the setup.

unitstr

Unit of the frequency. For example, "MHz or "GHz".

freqfloat, list

Frequency of the single point or list of frequencies to create distinct single points.

namestr, optional

Name of the sweep. The default is None, in which case a name is automatically assigned.

save_fieldsbool, optional

Whether to save fields for all points and subranges defined in the sweep. The default is False.

save_rad_fields_onlybool, optional

Whether to save only radiating fields. The default is False.

Returns:
pyaedt.modules.SolveSweeps.SweepHFSS or bool

Sweep object if successful, False otherwise.

References

>>> oModule.AddSweep