Property (Read-Write)
SCPI.CALCulate(Ch).SELected.MARKer.DISCrete = Status
Status = SCPI.CALCulate(Ch).SELected.MARKer.DISCrete
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).
Parameter |
Status |
Description |
ON/OFF of the marker discrete mode |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset value |
False or OFF |
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
SCPI.CALCulate(Ch).PARameter(Tr).SELect
Marker Fctn > Discrete
:CALCulate{[1]-4}[:SELected]:MARKer:DISCrete {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:MARKer:DISCrete?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:MARK:DISC OFF"
20 OUTPUT 717;":CALC1:MARK:DISC?"
30 ENTER 717;A