:CALC<Ch>:MARK<Mk>:SET

Type

Command

Syntax

:CALCulate<Ch>[:SELected]:MARKer<Mk>:SET {CENTer|STARt|STOP|RLEVel|DELay}

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:SET {CENTer|STARt|STOP|RLEVel|DELay}

Description

This command sets the value at the position of marker 1 to 9 (Mk) and reference marker (Mk:10) to the value of the instrument setting item (Param).

Variable

Parameter

Selection Option

Description

Instrument setting item

Data Type

Character string type (String)

Range

"STARt": Sets the sweep start value to the stimulus value at the marker position.

"STOP": Sets the sweep stop value to the stimulus value at the marker position.

"CENTer": Sets the sweep center value to the stimulus value at the marker position.

"RLEVel": Sets the reference line value to the response value at the marker position.

"DELay": Sets the electrical delay time value to the value of the group delay at the marker position (a value smoothed with the aperture of 20%).

Examples

Dim Var as String
Var= "CENTer"
Ena.WriteString ":CALC1:MARK1:SET & Var, True

Related Commands

:CALC:PAR:SEL

:CALC:MARK:REF

Equivalent Softkey

Marker Fctn > Marker > Start

Marker Fctn > Marker > Stop

Marker Fctn > Marker > Center

Marker Fctn > Marker > Reference

Marker Fctn > Marker > Delay

COM Command Syntax (Internal Control Only)

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

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