MaxCount

SCPI Command :

CALCulate:MATH<*>:FFT:FRAMe:MAXCount
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) int[source]
# CALCulate:MATH<*>:FFT:FRAMe:MAXCount
value: int = driver.calculate.math.fft.frame.maxCount.get(math = repcap.Math.Default)

Restricts the maximum number of frames to be calculated. Due to the other parameter settings, the required number of frames may become very high, thus slowing performance. By restricting the number of frames, you can avoid performance loss without changing the other parameters.

Parameters:

math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)

Returns:

max_frame_count: 1 to 10000

set(max_frame_count: int, math=Math.Default) None[source]
# CALCulate:MATH<*>:FFT:FRAMe:MAXCount
driver.calculate.math.fft.frame.maxCount.set(max_frame_count = 1, math = repcap.Math.Default)

Restricts the maximum number of frames to be calculated. Due to the other parameter settings, the required number of frames may become very high, thus slowing performance. By restricting the number of frames, you can avoid performance loss without changing the other parameters.

Parameters:
  • max_frame_count – 1 to 10000

  • math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)