Count
SCPI Command :
CALCulate<n>:SPECtrogram:FRAMe:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# 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.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
frames: The maximum number of frames depends on the history depth. Range: 1 to history depth
- set(frames: float, window=Window.Default) None[source]
# 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.
- Parameters:
frames – The maximum number of frames depends on the history depth. Range: 1 to history depth
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)