Command/Query
: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?
This command turns ON/OFF the discrete mode (mode in which the marker moves only at the measurement points).
Parameter |
Selection Option |
Description |
ON/OFF of the marker discrete mode |
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:DISC" & Str(Var), True
Ena.WriteString ":CALC1:MARK:DISC?", True
Var=Ena.ReadNumber
Marker Function > Discrete
SCPI.CALCULATE(Ch).SELECTED.MARKER.DISCRETE
SCPI.CALCULATE(Ch).TRACE(Tr).MARKER.DISCRETE