Pexcursion
SCPI Command :
CALCulate<n>:MARKer:PEXCursion
- class PexcursionCls[source]
Pexcursion commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: 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.
Table Header: Application/Result display / Unit
Spectrum / dB
ADEMOD, RF / dB
ADEMOD, AM / PCT
ADEMOD, FM / kHz
ADEMOD, PM / RAD
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
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]
# SCPI: 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.
Table Header: Application/Result display / Unit
Spectrum / dB
ADEMOD, RF / dB
ADEMOD, AM / PCT
ADEMOD, FM / kHz
ADEMOD, PM / RAD
- param 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
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)