Hdepth
SCPI Command :
CALCulate<n>:SPECtrogram:HDEPth
- class HdepthCls[source]
Hdepth commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
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]
# SCPI: 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.
- param history
The maximum number of frames depends on the number of sweep points. Range: 781 to 20000
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)