Spectrogram

SCPI Command :

MMEMory:SELect[:ITEM]:SPECtrogram
class SpectrogramCls[source]

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

get() bool[source]
# SCPI: MMEMory:SELect[:ITEM]:SPECtrogram
value: bool = driver.massMemory.select.item.spectrogram.get()

This command includes or excludes spectrogram 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]:SPECtrogram
driver.massMemory.select.item.spectrogram.set(state = False)

This command includes or excludes spectrogram 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