Configure

SCPI Commands

CONFigure:EVDO:MEASurement<Instance>:DISPlay
class Configure[source]

Configure commands group definition. 101 total commands, 3 Sub-groups, 1 group commands

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

Selects the view to be shown when the display is switched on during remote control.

return

tab: MEVA | OLTR Multi-evaluation - overview, OLTR view

set_display(tab: RsCmwEvdoMeas.enums.Tab)None[source]
# SCPI: CONFigure:EVDO:MEASurement<Instance>:DISPlay
driver.configure.set_display(tab = enums.Tab.MEVA)

Selects the view to be shown when the display is switched on during remote control.

param tab

MEVA | OLTR Multi-evaluation - overview, OLTR view

Cloning the Group

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

Subgroups