Spectrogram

SCPI Commands

MMEMory:STORe<Store>:SPECtrogram
class SpectrogramCls[source]

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

get(store=Store.Default) str[source]
# SCPI: MMEMory:STORe<n>:SPECtrogram
value: str = driver.massMemory.store.spectrogram.get(store = repcap.Store.Default)

No command help available

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

return

filename: No help available

set(filename: str, store=Store.Default) None[source]
# SCPI: MMEMory:STORe<n>:SPECtrogram
driver.massMemory.store.spectrogram.set(filename = '1', store = repcap.Store.Default)

No command help available

param filename

No help available

param store

optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)