Technical data

InfiniiScan (ISCan) Commands 19
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 351
:ISCan:MEASurement
Command :ISCan:MEASurement {MEAS1 | MEAS2 | MEAS3 | MEAS4 | MEAS5}
The :ISCan:MEASurement command selects the current source for
Measurement Limit Test Trigger. It selects one of the active measurements
as referred to by their position in the Measurement tab area at the bottom
of the screen. Measurements are numbered from left to right in the
Measurements tab area of the screen.
Example The following example selects the first measurement as the source for the
limit testing commands.
myScope.WriteString ":ISCAN:MEASUREMENT MEAS1"
Query :ISCan:MEASurement?
The query returns the currently selected measurement source.
Returned Format
[:ISCan:MEASurement]{MEAS1 | MEAS2 | MEAS3 | MEAS4 | MEAS5} <NL>
Example The following example returns the currently selected measurement source
for the limit testing commands.
Dim strSOURCE As String
myScope.WriteString ":ISCAN:MEASUREMENT?"
strSOURCE = myScope.ReadString
Debug.Print strSOURCE
See Also Measurements are started by the commands in the Measurement
Subsystem.