Technical data

Table Of Contents
672 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
Query :MEASure:THResholds:HYSTeresis? <source>
The :MEASure:THResholds:HYSTeresis? query returns the current settings
for upper level, middle level, and lower level voltages for the custom
thresholds.
Returned Format
[:MEASure:THResholds:HYSTeresis]<range>,<level><NL>
Example This example returns the range and level voltages used to calculate the
measurements on channel 1.
myScope.WriteString ":SYSTem:HEADer OFF" ' Response headers off.
myScope.WriteString ":MEASure:THResholds:HYSTeresis? CHANNEL1"
strRangeLevel = myScope.ReadString
Debug.Print strRangeLevel
NOTE
Turn Off Headers
When receiving numeric data into numeric variables, turn off the headers. Otherwise, the
headers may cause misinterpretation of returned data.