ZeroSpan

SCPI Command :

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

ZeroSpan commands group definition. 6 total commands, 2 Subgroups, 1 group commands

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

Configures the duration of one measurement interval for the zero span mode.

return:

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

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

Configures the duration of one measurement interval for the zero span mode.

param sweep_time:

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

Cloning the Group

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

Subgroups