Pexcursion
SCPI Command :
CALCulate:SPECtrum<*>:PEXCursion
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(spectrum=Spectrum.Default) float[source]
# CALCulate:SPECtrum<*>:PEXCursion value: float = driver.calculate.spectrum.pexcursion.get(spectrum = repcap.Spectrum.Default)
Defines a minimum level value by which the waveform must drop left and right of the local maximum to be listed as a peak. Enter a peak excursion value to omit close by peaks and list just the highest peak.
- Parameters:
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)
- Returns:
peak_excursion: 0 to 100
- set(peak_excursion: float, spectrum=Spectrum.Default) None[source]
# CALCulate:SPECtrum<*>:PEXCursion driver.calculate.spectrum.pexcursion.set(peak_excursion = 1.0, spectrum = repcap.Spectrum.Default)
Defines a minimum level value by which the waveform must drop left and right of the local maximum to be listed as a peak. Enter a peak excursion value to omit close by peaks and list just the highest peak.
- Parameters:
peak_excursion – 0 to 100
spectrum – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Spectrum’)