Active

SCPI Command :

INSTruments:ACTive:[STATe]
class ActiveCls[source]

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

get_state() List[bool][source]
# SCPI: INSTruments:ACTive:[STATe]
value: List[bool] = driver.instruments.active.get_state()

No command help available

return

state: No help available

set_state(state: List[bool]) None[source]
# SCPI: INSTruments:ACTive:[STATe]
driver.instruments.active.set_state(state = [True, False, True])

No command help available

param state

No help available