Button

SCPI Command :

DISPlay:BUTTon:BRIGhtness
class ButtonCls[source]

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

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

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

return

button_brightnes: integer Range: 1 to 20

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

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

param button_brightnes

integer Range: 1 to 20