Value

SCPI Command :

CALCulate:SPECtrum<*>:OVERlap:FCOunt:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) int[source]
# CALCulate:SPECtrum<*>:OVERlap:FCOunt:VALue
value: int = driver.calculate.spectrum.overlap.fcount.value.get(spectrum = repcap.Spectrum.Default)

Sets the number of frames to be used for FFT with method RsMxo.calculate.spectrum.overlap.fcount.limit.enable.set() set ON.

Parameters:

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

Returns:

fft_per_acq: 1 to 4294967295

set(fft_per_acq: int, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:OVERlap:FCOunt:VALue
driver.calculate.spectrum.overlap.fcount.value.set(fft_per_acq = 1, spectrum = repcap.Spectrum.Default)

Sets the number of frames to be used for FFT with method RsMxo.calculate.spectrum.overlap.fcount.limit.enable.set() set ON.

Parameters:
  • fft_per_acq – 1 to 4294967295

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