:CALC<Ch>:MARK:FUNC:TRAC

Type

Command/Query

Syntax

:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TRACking {ON|OFF|1|0}

:CALCulate<Ch>[:SELected]:MARKer<Mk>:FUNCtion:TRACking?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TRACking {ON|OFF|1|0}

:CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>:FUNCtion:TRACking?

Description

This command turns ON/OFF the search tracking (function to repeat search for each sweep).

Variable

Parameter

Selection Option

Description

ON/OFF of the marker search tracing

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Query Response

{1|0}<newline><^END>

Examples

Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:MARK:FUNC:TRAC" & Str(Var), True
Ena.WriteString ":CALC1:MARK:FUNC:TRAC?", True
Var=Ena.ReadNumber

Related Commands

:CALC:PAR:SEL

:CALC:MARK:FUNC:TYPE

:CALC:MARK:FUNC:EXEC

Equivalent Softkey

Marker Search > Search Tracking

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.TRACKING

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.TRACKING