:MARKer:X:POSition

Instrument:
DCA-X
DCA-M
Meas. mode:
Scope
Eye
TDR
Flex Apps:
FlexDCA
FlexRT

Command Syntax

:MARKer:XN:POSition <time>

Where N identifies one of four {1:4} markers. For example, :MARKer2.

<time> is an double.

Query Syntax

:MARKer:XN:POSition?

Description

Sets the X-axis position of an X1, X2, X3, or X4 manual or tracking marker. This value corresponds to the position entered in the Markers dialog and shown in the Marker results table. The query returns the last entered position value, even if the marker was previously turned on, positioned, and then turned off. A default setup, sets all marker positions to 0.0s.

Example Command Sequence

This example illustrates how to use all of the marker related commands and, as a result, is not presented as a best measurement practice. The example uses a tracking marker, manual line X marker, and manual line Y marker. Because a tracking marker is used, the waveforms must be single-valued. You could also turn on two tracking markers and read the delta values between them.

  //  Configure Manual Line Marker X1
:MARKer:X1:STATe MANual  //  Turn on marker
:MARKer:X1:SOURce CHAN1A  //  Assign marker to Channel 1A waveform
:MARKer:X1:POSition 80E-12  //  Position marker to 80 ps  //  Configure Manual Line Marker Y1
:MARKer:Y1A:STATe MANual  //  Turn on Y manual line marker 1.
:MARKer:Y1A:SOURce CHAN1A  //  Assign marker to Channel 1A waveform
:MARKer:Y1A:POSition 120E-3  //  Position marker to 120 mv
:MARKer:REFerence X1  //  Set markers X1 and Y1 as the reference  //  Configure Tracking Marker Pair 2
:MARKer:Y2A:STATe TRACking  //  Turn on marker
:MARKer:X2:SOURce FUNCtion3  //  Assign marker to FUNCtion3 waveform
:MARKer:X2:POSition 200E-12  //  Position marker on screen  //  Prompt tester to position marker on the waveform  //  Return Marker Table Measurements for Tracking Marker 2
:MEASure:MARKer:DX2?  //  Return ΔPosition
:MEASure:MARKer:IDX2?  //  Return inverse of ΔPosition
:MEASure:MARKer:DY2A?  //  Return ΔMagnitude
:MEASure:MARKer:Y2A?  //  Return Y2 Magnitude