Display

SCPI Command:

CONFigure:BASE:DISPlay:STATe
class DisplayCls[source]

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

get_state() bool[source]
# SCPI: CONFigure:BASE:DISPlay:STATe
value: bool = driver.configure.base.display.get_state()

Switches the instrument display off or on.

return:

display_state: OFF | ON OFF: display off (black screen) ON: display on

set_state(display_state: bool) None[source]
# SCPI: CONFigure:BASE:DISPlay:STATe
driver.configure.base.display.set_state(display_state = False)

Switches the instrument display off or on.

param display_state:

OFF | ON OFF: display off (black screen) ON: display on