Active

SCPI Command :

MMEMory:SELect[:ITEM]:LINes[:ACTive]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# MMEMory:SELect[:ITEM]:LINes[:ACTive]
value: bool = driver.massMemory.select.item.lines.active.get()

No help available

set(state: bool) None[source]
# MMEMory:SELect[:ITEM]:LINes[:ACTive]
driver.massMemory.select.item.lines.active.set(state = False)

No help available