Button

SCPI Command :

DISPlay:BUTTon:BRIGhtness
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_brightness() int[source]
# DISPlay:BUTTon:BRIGhtness
value: int = driver.display.button.get_brightness()

Sets the brightness of the [RF on/off] key.

Returns:

button_brightnes: integer Range: 1 to 20

set_brightness(button_brightnes: int) None[source]
# DISPlay:BUTTon:BRIGhtness
driver.display.button.set_brightness(button_brightnes = 1)

Sets the brightness of the [RF on/off] key.

Parameters:

button_brightnes – integer Range: 1 to 20