Active

SCPI Command :

MMEMory:SELect:CHANnel[:ITEM]:TRACe[:ACTive]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# MMEMory:SELect:CHANnel[:ITEM]:TRACe[:ACTive]
value: bool = driver.massMemory.select.channel.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.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# MMEMory:SELect:CHANnel[:ITEM]:TRACe[:ACTive]
driver.massMemory.select.channel.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.

Parameters:

state – ON | OFF | 1 | 0