SCPI.CALCulate(Ch).SELected.MARKer.DISCrete

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.MARKer.DISCrete = Status

Status = SCPI.CALCulate(Ch).SELected.MARKer.DISCrete

Description

This command turns ON/OFF the discrete mode (mode in which the marker moves only at the measurement points) with marker 1 to 9 (Mk) and reference marker (Mk:10), for the active trace of selected channel (Ch).

Variable

Parameter

Status

Description

ON/OFF of the marker discrete mode

Data type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Turns ON the discrete mode.

  • False or OFF: Turns OFF the discrete mode.

Preset value

False or OFF

Examples

Dim MkrDsc As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer(1).DISCrete = True
MkrDsc = SCPI.CALCulate(1).SELected.MARKer(1).DISCrete

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

Equivalent key

Marker Fctn > Discrete

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:MARKer:DISCrete {ON|OFF|1|0}

:CALCulate{[1]-4}[:SELected]:MARKer:DISCrete?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:MARK:DISC OFF"
20 OUTPUT 717;":CALC1:MARK:DISC?"
30 ENTER 717;A