Pexcursion
SCPI Command :
CALCulate<n>:MARKer<m>:PEXCursion
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:PEXCursion value: float = driver.applications.k9X11Ad.calculate.marker.pexcursion.get(window = repcap.Window.Default, marker = repcap.Marker.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’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)
- 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, marker=Marker.Default) None[source]
# CALCulate<n>:MARKer<m>:PEXCursion driver.applications.k9X11Ad.calculate.marker.pexcursion.set(excursion = 1.0, window = repcap.Window.Default, marker = repcap.Marker.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’)
marker – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Marker’)