Pexcursion
SCPI Command :
CALCulate<n>:MARKer:PEXCursion
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:MARKer:PEXCursion value: float = driver.applications.k60Transient.calculate.marker.pexcursion.get(window = repcap.Window.Default)
Defines the peak excursion (for all markers in all windows) . The peak excursion sets the requirements for a peak to be detected during a peak search. The unit depends on the measurement. Application/Result display / Unit
Spectrum / dB
ADEMOD, RF / dB
ADEMOD, AM / PCT
ADEMOD, FM / kHz
ADEMOD, PM / RAD
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
excursion: The excursion is the distance to a trace maximum that must be attained before a new maximum is recognized, or the distance to a trace minimum that must be attained before a new minimum is recognized
- set(excursion: float, window=Window.Default) None[source]
# CALCulate<n>:MARKer:PEXCursion driver.applications.k60Transient.calculate.marker.pexcursion.set(excursion = 1.0, window = repcap.Window.Default)
Defines the peak excursion (for all markers in all windows) . The peak excursion sets the requirements for a peak to be detected during a peak search. The unit depends on the measurement. Application/Result display / Unit
Spectrum / dB
ADEMOD, RF / dB
ADEMOD, AM / PCT
ADEMOD, FM / kHz
ADEMOD, PM / RAD
- Parameters:
excursion – The excursion is the distance to a trace maximum that must be attained before a new maximum is recognized, or the distance to a trace minimum that must be attained before a new minimum is recognized
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)