SCPI Command
CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe]?
Or
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>[:STATe] {OFF|ON|0|1}
CALCulate<Ch>:TRACe<Tr>:MARKer<Mk>[:STATe]?
Turns the marker ON/OFF. Turning ON a marker with the number from 1 to 15 will turn ON all the markers of smaller numbers. Turning OFF a marker with the number from 1 to 15 will turn OFF all the markers of greater numbers (except of the reference marker with number 16). Turning ON/OFF the reference marker with number 16 does not turn ON/OFF the markers with the numbers from 1 to 15, but switches these markers between relative and absolute measurement mode. |
---|
command/query |
Marker <Mk> of the active trace of channel <Ch>,
Or
Marker <Mk> of the trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
<Mk> = {[1]|2|...16}
Parameter
{ON|1} |
ON |
{OFF|0} |
OFF |
{0|1}
0
Markers > Add Marker | Remove Marker
Markers > Reference Marker
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe
note |
This command is similar to CALCulate<Ch>[:SELected]:MARKer<Mk>[:STATe] only. |
Status = app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe
app.SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe = true
Boolean (read/write)
Back to CALCulate
Back to Command Finder