Adb

SCPI Command :

INSTrument:ADB:STATe
class AdbCls[source]

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

get_state() bool[source]
# SCPI: INSTrument:ADB:STATe
value: bool = driver.instrument.adb.get_state()

Defines the instrument that holds the adjustment data of hardware setup.

return:

state: ON| OFF| 1| 0

set_state(state: bool) None[source]
# SCPI: INSTrument:ADB:STATe
driver.instrument.adb.set_state(state = False)

Defines the instrument that holds the adjustment data of hardware setup.

param state:

ON| OFF| 1| 0