Count

SCPI Command :

CALCulate:SPECtrum<*>:WAVeform:AVERage:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(spectrum=Spectrum.Default) int[source]
# CALCulate:SPECtrum<*>:WAVeform:AVERage:COUNt
value: int = driver.calculate.spectrum.waveform.average.count.get(spectrum = repcap.Spectrum.Default)

Sets the number of segments used for the averaging of the spectrum.

Parameters:

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

Returns:

average_count: 2 to 65534

set(average_count: int, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:WAVeform:AVERage:COUNt
driver.calculate.spectrum.waveform.average.count.set(average_count = 1, spectrum = repcap.Spectrum.Default)

Sets the number of segments used for the averaging of the spectrum.

Parameters:
  • average_count – 2 to 65534

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