MaxCount
SCPI Command :
CALCulate:SPECtrum<*>:PLISt:LABel:MAXCount
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) int[source]
# CALCulate:SPECtrum<*>:PLISt:LABel:MAXCount value: int = driver.calculate.spectrum.plist.label.maxCount.get(spectrum = repcap.Spectrum.Default)
Sets the maximum number of measurement results that are listed in the result table.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
max_number_peaks: 1 to 100
- set(max_number_peaks: int, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:PLISt:LABel:MAXCount driver.calculate.spectrum.plist.label.maxCount.set(max_number_peaks = 1, spectrum = repcap.Spectrum.Default)
Sets the maximum number of measurement results that are listed in the result table.
- Parameters:
max_number_peaks – 1 to 100
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)