Pexcursion

SCPI Command :

CALCulate<n>:MARKer<m>:PEXCursion
class PexcursionCls[source]

Pexcursion commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default, marker=Marker.Default) float[source]
# SCPI: CALCulate<n>:MARKer<m>:PEXCursion
value: float = driver.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.

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’)

param marker

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

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, marker=Marker.Default) None[source]
# SCPI: CALCulate<n>:MARKer<m>:PEXCursion
driver.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.

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’)

param marker

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