Marker:mode - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

23
Marker Commands

:MARKer:MODE

Command
:MARKer:MODE {OFF | MANual | WAVeform | MEASurement | FFTPeak}
The :MARKer:MODE command sets the marker mode:
• OFF — Removes the marker information from the display.
• MANual — Enables manual placement of markers A and B.
• WAVeform — Tracks the current waveform.
• MEASurement — Tracks the most recent measurement.
• FFTPeak — Tracks the current FFT peak that has been navigated to.
Example
This example sets the marker mode to waveform.
myScope.WriteString ":MARKer:MODE WAVeform"
Query
:MARKer:MODE?
The :MARKer:MODE? query returns the current marker mode.
Returned Format
[:MARKer:MODE] {OFF | MAN | WAV | MEAS | FFTP}<NL>
Example
This example places the current marker mode in the string variable,
strSelection, then prints the contents of the variable to the computer's
screen.
Dim strSelection As String
myScope.WriteString ":MARKer:MODE?"
strSelection = myScope.ReadString
Debug.Print strSelection
420
' Dimension variable.
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents