Application

SCPI Command:

CONFigure:DISPlay:APPLication:SELect
class ApplicationCls[source]

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

get_select() str[source]
# SCPI: CONFigure:DISPlay:APPLication:SELect
value: str = driver.configure.display.application.get_select()

Selects the application to be displayed at the GUI. The command is useful as preparation for taking screenshots via remote commands. To make the GUI visible during remote control, use the command method RsCma.System.Display.update. To query a list of application selection strings, see method RsCma.Sense.Display.Applications.catalog.

return:

current_app: String selecting the application

set_select(current_app: str) None[source]
# SCPI: CONFigure:DISPlay:APPLication:SELect
driver.configure.display.application.set_select(current_app = '1')

Selects the application to be displayed at the GUI. The command is useful as preparation for taking screenshots via remote commands. To make the GUI visible during remote control, use the command method RsCma.System.Display.update. To query a list of application selection strings, see method RsCma.Sense.Display.Applications.catalog.

param current_app:

String selecting the application