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

No command help available

return:

sweep_time_auto: No help available

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

No command help available

return:

sweep_time: No help available

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

No command help available

param sweep_time_auto:

No help available

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

No command help available

param sweep_time:

No help available