Technical data
Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 587
:MEASure:SENDvalid
Command :MEASure:SENDvalid {{OFF|0} | {ON|1}}
The :MEASure:SENDvalid command enables the result state code to be
returned with the :MEASure:RESults? query and all other measurement
queries.
Example This example turns the send valid function on.
myScope.WriteString ":MEASURE:SENDVALID ON"
Query :MEASure:SENDvalid?
The :MEASure:SENDvalid? query returns the state of the send valid
control.
Returned Format
{:MEASure:SENDvalid] {0 | 1}<NL>
Example This example places the current mode for SENDvalid in the string variable,
strMode, then prints the contents of the variable to the computer's screen.
Dim strMode As String ' Dimension variable.
myScope.WriteString ":MEASURE:SENDVALID?"
strMode = myScope.ReadString
Debug.Print strMode
See Also Refer to the :MEASure:RESults? query for information on the results
returned and how they are affected by the SENDvalid command. Refer to
the individual measurements for information on how the result state is
returned.