Keyboard

SCPI Command :

TEST:KEYBoard:[STATe]
class KeyboardCls[source]

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

get_state() bool[source]
# SCPI: TEST:KEYBoard:[STATe]
value: bool = driver.test.keyboard.get_state()

Enable/disable keyboard and LED test state.

return:

state: 1| ON| 0| OFF

set_state(state: bool) None[source]
# SCPI: TEST:KEYBoard:[STATe]
driver.test.keyboard.set_state(state = False)

Enable/disable keyboard and LED test state.

param state:

1| ON| 0| OFF