Count
SCPI Command :
CALCulate<n>:SPECtrogram:FRAMe:COUNt
- class CountCls[source]
Count commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: CALCulate<n>:SPECtrogram:FRAMe:COUNt value: float = driver.calculate.spectrogram.frame.count.get(window = repcap.Window.Default)
Defines the number of frames to be recorded in a single sweep. This value applies to all spectrograms in the channel.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
frames: The maximum number of frames depends on the history depth. Range: 1 to history depth
- set(frames: float, window=Window.Default) None [source]
# SCPI: CALCulate<n>:SPECtrogram:FRAMe:COUNt driver.calculate.spectrogram.frame.count.set(frames = 1.0, window = repcap.Window.Default)
Defines the number of frames to be recorded in a single sweep. This value applies to all spectrograms in the channel.
- param frames
The maximum number of frames depends on the history depth. Range: 1 to history depth
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)