:CALC<Ch>:MARK:DISC

Type

Command/Query

Syntax

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

:CALCulate<Ch>[:SELected]:MARKer:DISCrete?

 

The following syntax is also supported:

:CALCulate<Ch>:TRACe<Tr>:MARKer:DISCrete {ON|OFF|1|0}

:CALCulate<Ch>:TRACe<Tr>:MARKer:DISCrete?

Description

This command turns ON/OFF the discrete mode (mode in which the marker moves only at the measurement points).

Variable

Parameter

Selection Option

Description

ON/OFF of the marker discrete mode

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:DISC" & Str(Var), True
Ena.WriteString ":CALC1:MARK:DISC?", True
Var=Ena.ReadNumber

Related Commands

:CALC:PAR:SEL

Equivalent Softkey

Marker Function > Discrete

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.MARKER.DISCRETE

SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.DISCRETE