ZeroSpan

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:SWT
class ZeroSpanCls[source]

ZeroSpan commands group definition. 8 total commands, 3 Subgroups, 1 group commands

get_swt() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:SWT
value: float = driver.configure.gprfMeasurement.spectrum.zeroSpan.get_swt()

Specifies the sweep time for the zero span mode.

return:

sweep_time: Range: 500.5E-6 s to 2000 s, Unit: s

set_swt(sweep_time: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:SWT
driver.configure.gprfMeasurement.spectrum.zeroSpan.set_swt(sweep_time = 1.0)

Specifies the sweep time for the zero span mode.

param sweep_time:

Range: 500.5E-6 s to 2000 s, Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.gprfMeasurement.spectrum.zeroSpan.clone()

Subgroups