ZeroSpan

SCPI Commands :

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

ZeroSpan commands group definition. 7 total commands, 2 Subgroups, 2 group commands

class DebugStruct[source]

Structure for reading output parameters. Fields:

  • Rbw: float: No parameter help available

  • Vbw_Auto: bool: No parameter help available

  • Vbw: float: No parameter help available

  • Swt: float: No parameter help available

  • Rbw_Index: int: No parameter help available

  • Vbw_Index: int: No parameter help available

  • Vbw_Enable: bool: No parameter help available

  • Error_Reason: int: No parameter help available

get_debug() DebugStruct[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:SPECtrum:ZSPan:DEBug
value: DebugStruct = driver.configure.gprf.measurement.spectrum.zeroSpan.get_debug()

No command help available

return:

structure: for return value, see the help for DebugStruct structure arguments.

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

No command help available

return:

sweep_time: No help available

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

No command help available

param sweep_time:

No help available

Cloning the Group

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

Subgroups