Active

SCPI Command :

MMEMory:SELect[:ITEM]:TRACe[:ACTive]
class ActiveCls[source]

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

get() bool[source]
# SCPI: MMEMory:SELect[:ITEM]:TRACe[:ACTive]
value: bool = driver.massMemory.select.item.trace.active.get()

This command includes or excludes trace data when storing or loading a configuration file. Depending on the used command, either the items from the entire instrument (MMEMory:SELect[:ITEM]…) , or only those from the currently selected channel (MMEM:SELect:CHANnel[:ITEM]…) are stored or loaded.

return

state: ON | OFF | 1 | 0

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

This command includes or excludes trace data when storing or loading a configuration file. Depending on the used command, either the items from the entire instrument (MMEMory:SELect[:ITEM]…) , or only those from the currently selected channel (MMEM:SELect:CHANnel[:ITEM]…) are stored or loaded.

param state

ON | OFF | 1 | 0