MainInfo

SCPI Commands

CONFigure:MAINinfo:TEXT
CONFigure:MAINinfo:PATH
class MainInfo[source]

MainInfo commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_path() bool[source]
# SCPI: CONFigure:MAINinfo:PATH
value: bool = driver.configure.mainInfo.get_path()

Enables or disables displaying the Last Switched Path information in the Main page. This RC command acts equivalent to the Path Info checkbox in the ‘General’ settings dialog of the user interface. The query method RsOsp.Configure.MainInfo. path returns the state of this setting. The query method RsOsp.Route.Path.last returns the information on the Last Switched Path.

return

state: - 1 | ON: Displaying the Last Switched Path is enabled. - 0 | OFF: Displaying the Last Switched Path is disabled.

get_text() str[source]
# SCPI: CONFigure:MAINinfo:TEXT
value: str = driver.configure.mainInfo.get_text()

Specifies or queries the text displayed as Customer Text in the Main page. This RC command is equivalent to the ‘Customer Text’ field in the ‘General’ configuration dialog of the user interface.

return

state: Specifies the content of the Customer Info field. Enter the content in parentheses.

set_path(state: bool) None[source]
# SCPI: CONFigure:MAINinfo:PATH
driver.configure.mainInfo.set_path(state = False)

Enables or disables displaying the Last Switched Path information in the Main page. This RC command acts equivalent to the Path Info checkbox in the ‘General’ settings dialog of the user interface. The query method RsOsp.Configure.MainInfo. path returns the state of this setting. The query method RsOsp.Route.Path.last returns the information on the Last Switched Path.

param state
  • 1 | ON: Displaying the Last Switched Path is enabled.

  • 0 | OFF: Displaying the Last Switched Path is disabled.

set_text(state: str) None[source]
# SCPI: CONFigure:MAINinfo:TEXT
driver.configure.mainInfo.set_text(state = '1')

Specifies or queries the text displayed as Customer Text in the Main page. This RC command is equivalent to the ‘Customer Text’ field in the ‘General’ configuration dialog of the user interface.

param state

Specifies the content of the Customer Info field. Enter the content in parentheses.