:CALC:TRAC:MARK<Mk>:X

Type

Command/Query

Syntax

:CALCulate:TRACe:MARKer<Mk>:X <Value>

:CALCulate:TRACe:MARKer<Mk>:X?

Description

This command sets stimulus value of the marker.

Variable

Parameter

Value

Description

Marker stimulus value (X-Axis)

Data Type

Numeric type (Real)

Range

-1e+18 ~ 1e+18

Preset Value

0

Unit

-

Resolution

-

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 1
Ena.WriteString ":CALC:TRAC:MARK1:X " & Str(Var), True
Ena.WriteString ":CALC:TRAC:MARK1:X?", True
Var=Ena.ReadNumber

Related Commands

:CALC:TRAC:MARK:Y

Equivalent GUI

Edit Test > Instrument Configuration > Advanced Mode > Marker > Select Marker (Entry box above the graph plot)