Display

SCPI Commands

DISPlay:BRIGhtness
class DisplayCls[source]

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

get_brightness() float[source]
# SCPI: DISPlay:BRIGhtness
value: float = driver.display.get_brightness()

Sets the brightness of the display.

return:

display_brightness: No help available

set_brightness(display_brightness: float) None[source]
# SCPI: DISPlay:BRIGhtness
driver.display.set_brightness(display_brightness = 1.0)

Sets the brightness of the display.

param display_brightness:

No help available

Subgroups