Command/Query
: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?
This command turns ON/OFF the search tracking (function to repeat search for each sweep).
Parameter |
Selection Option |
Description |
ON/OFF of the marker search tracing |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
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
Marker Search > Search Tracking
SCPI.CALCULATE(Ch).SELECTED.MARKER.FUNCTION.TRACKING
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.FUNCTION.TRACKING