Application

SCPI Command:

DISPlay:GPRF:MEASurement<Instance>:EPSensor:APPLication:SELect
class ApplicationCls[source]

Application commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_select() ExtPwrSensorApp[source]
# SCPI: DISPlay:GPRF:MEASurement<Instance>:EPSensor:APPLication:SELect
value: enums.ExtPwrSensorApp = driver.display.gprfMeasurement.extPwrSensor.application.get_select()

Configures the display of the ‘Sensor’ tab.

return:

application: EPS | NRTZ Show ‘EPS’ subtab or ‘NRT-Z’ subtab

set_select(application: ExtPwrSensorApp) None[source]
# SCPI: DISPlay:GPRF:MEASurement<Instance>:EPSensor:APPLication:SELect
driver.display.gprfMeasurement.extPwrSensor.application.set_select(application = enums.ExtPwrSensorApp.EPS)

Configures the display of the ‘Sensor’ tab.

param application:

EPS | NRTZ Show ‘EPS’ subtab or ‘NRT-Z’ subtab