create_frequency_sweep#

Q3d.create_frequency_sweep(setupname, units, freqstart, freqstop, freqstep=None, sweepname=None)[source]#

Create a frequency sweep.

Parameters:
setupnamestr

Name of the setup that is attached to the sweep.

unitsstr

Units of the frequency. For example, "MHz" or "GHz". The default is "GHz".

freqstart

Starting frequency of the sweep.

freqstop

Stopping frequency of the sweep.

freqstepoptional

Frequency step point.

sweepnamestr, optional

Name of the sweep. The default is None, in which case the default name is used.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.InsertSweep