Swt

SCPI Commands :

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.spectrum.freqSweep.swt.get_auto()

Enables or disables the automatic mode for the sweep time in 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.spectrum.freqSweep.swt.get_value()

Configures the sweep time for the frequency sweep mode. Setting this value is only possible if the automatic mode is off. The minimum allowed value depends on the span.

return:

sweep_time: numeric Range: 0 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.spectrum.freqSweep.swt.set_auto(sweep_time_auto = False)

Enables or disables the automatic mode for the sweep time in 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.spectrum.freqSweep.swt.set_value(sweep_time = 1.0)

Configures the sweep time for the frequency sweep mode. Setting this value is only possible if the automatic mode is off. The minimum allowed value depends on the span.

param sweep_time:

numeric Range: 0 s to 2000 s, Unit: s