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: No help available

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:

No help available