ScData

SCPI Command :

MMEMory:SELect[:ITEM]:SCData
class ScDataCls[source]

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

get() bool[source]
# SCPI: 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.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: 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.

param state

ON | OFF | 1 | 0