Technical data

434 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
23 Mask Test Commands
:MTESt:TITLe?
Query :MTESt:TITLe?
The :MTESt:TITLe? query returns the mask title which is a string of up to
23 characters. The title is displayed in the mask test dialog box and mask
test tab when a mask file is loaded.
Returned Format
[:MTESt:TITLe] <mask_title><NL>
<mask_title> A string of up to 23 ASCII characters which is the mask title.
Example This example places the mask title in the string variable and prints the
contents to the computer's screen.
Dim strTitle As String
myScope.WriteString ":MTEST:TITLE?"
strTitle = myScope.ReadString
Debug.Print strTitle