SCPI Command
CALCulate<Ch>[:SELected]:MARKer:DISCrete {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:MARKer:DISCrete?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer:DISCrete {OFF|ON|0|1}
CALCulate<Ch>:TRACe<Tr>:MARKer:DISCrete?
Turns the marker discrete mode ON/OFF. |
---|
command/query |
All traces of channel <Ch> (if the marker coupling is set to ON by the CALC:MARK:COUP command),
Or
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
1
Marker > Properties > Discrete {ON/OFF}
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(1).DISCrete
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer:DISCrete only. |
Status = app.SCPI.CALCulate(Ch).SELected.MARKer.DISCrete
app.SCPI.CALCulate(Ch).SELected.MARKer.DISCrete = false
Boolean (read/write)
Warning |
Object MARKer has an index of 1, which can be omitted in Visual Basic, but it cannot be omitted in other programming languages. |
Back to CALCulate
Back to Command Finder