Configure

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:DISPlay
class ConfigureCls[source]

Configure commands group definition. 152 total commands, 10 Subgroups, 1 group commands

get_display() MeasTab[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:DISPlay
value: enums.MeasTab = driver.configure.get_display()

Selects the displayed measurement tab. This command is useful, if you want to observe the GUI during remote control. The GUI controls are disabled in that case, so that you cannot select a tab via the GUI. To display the GUI, use SYSTem:DISPlay:UPDate ON.

return:

meas_tab: POWer | SPECtrum | FFTSanalyzer | IQRecorder | IQVSlot | EPSensor

set_display(meas_tab: MeasTab) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:DISPlay
driver.configure.set_display(meas_tab = enums.MeasTab.EPSensor)

Selects the displayed measurement tab. This command is useful, if you want to observe the GUI during remote control. The GUI controls are disabled in that case, so that you cannot select a tab via the GUI. To display the GUI, use SYSTem:DISPlay:UPDate ON.

param meas_tab:

POWer | SPECtrum | FFTSanalyzer | IQRecorder | IQVSlot | EPSensor

Cloning the Group

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

Subgroups