Swt

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:SWT:AUTO
CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:SWT
class SwtCls[source]

Swt commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_auto() bool[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:SWT:AUTO
value: bool = driver.configure.gprfMeasurement.spectrum.freqSweep.swt.get_auto()

Enables or disables automatic configuration of the sweep time for the frequency sweep mode.

return:

sweep_time_auto: OFF | ON

get_value() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:SWT
value: float = driver.configure.gprfMeasurement.spectrum.freqSweep.swt.get_value()

Specifies the sweep time for the frequency sweep mode. Setting this value is only possible if the automatic configuration is switched off, see method RsCma.Configure.GprfMeasurement.Spectrum.FreqSweep.Swt.auto.

return:

sweep_time: Range: 3.99602E-3 s to 2000 s, Unit: s

set_auto(sweep_time_auto: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:SWT:AUTO
driver.configure.gprfMeasurement.spectrum.freqSweep.swt.set_auto(sweep_time_auto = False)

Enables or disables automatic configuration of the sweep time for the frequency sweep mode.

param sweep_time_auto:

OFF | ON

set_value(sweep_time: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:FSWeep:SWT
driver.configure.gprfMeasurement.spectrum.freqSweep.swt.set_value(sweep_time = 1.0)

Specifies the sweep time for the frequency sweep mode. Setting this value is only possible if the automatic configuration is switched off, see method RsCma.Configure.GprfMeasurement.Spectrum.FreqSweep.Swt.auto.

param sweep_time:

Range: 3.99602E-3 s to 2000 s, Unit: s