ScData

SCPI Command :

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

This command includes or excludes source calibration data for an optional external generator 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[:ITEM]:SCData
driver.massMemory.select.item.scData.set(state = False)

This command includes or excludes source calibration data for an optional external generator 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