:CALC<Ch>:MARK<Mk>:X

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:MARKer<Mk>:X <Value>

:CALCulate<Ch>[:SELected]:MARKer<Mk>:X?

 

The following syntax is also supported:

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

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

Description

This command set the stimulus value for marker 1 to 9 (Mk) and reference marker (Ch:10).

Variable

Parameter

Value

Description

Stimulus value of the marker

Data Type

Numeric type (Real)

Range

Sweep start value to sweep stop value

Preset Value

100k

Unit

Hz (hertz), s (second), m (meter), ft (feet) or in (inches)

Note

If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set.

Query Response

{numeric}<newline><^END>

Examples

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

Related Commands

:CALC:MARK:Y

:CALC:MARK:REF

Equivalent Softkey

Marker > Marker 1 | Marker 2 | Marker 3 | Marker 4

Marker > More Markers > Marker 5 | Marker 6 | Marker 7 | Marker 8 | Marker 9

 

When performing the operation from the front panel, turn ON the marker and set the stimulus value at the same time.

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER(Mk).X

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER(Mk).X