Pexcursion

SCPI Command :

MEASurement<*>:SPECtrum:PEXCursion
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:SPECtrum:PEXCursion
value: float = driver.measurement.spectrum.pexcursion.get(measurement = repcap.Measurement.Default)

Defines a relative threshold, the minimum level value by which the waveform must rise or fall to be considered as a peak. To avoid identifying noise peaks, enter a peak excursion value that is higher than the noise levels.

Parameters:

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

set(value: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:PEXCursion
driver.measurement.spectrum.pexcursion.set(value = 1.0, measurement = repcap.Measurement.Default)

Defines a relative threshold, the minimum level value by which the waveform must rise or fall to be considered as a peak. To avoid identifying noise peaks, enter a peak excursion value that is higher than the noise levels.

Parameters:

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