Hdepth
SCPI Command :
CALCulate<n>:SPECtrogram:HDEPth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:SPECtrogram:HDEPth value: float = driver.calculate.spectrogram.hdepth.get(window = repcap.Window.Default)
Defines the number of frames to be stored in the FSW memory.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
history: The maximum number of frames depends on the number of sweep points. Range: 781 to 20000
- set(history: float, window=Window.Default) None[source]
# CALCulate<n>:SPECtrogram:HDEPth driver.calculate.spectrogram.hdepth.set(history = 1.0, window = repcap.Window.Default)
Defines the number of frames to be stored in the FSW memory.
- Parameters:
history – The maximum number of frames depends on the number of sweep points. Range: 781 to 20000
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)