Technical data
610 Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24 Measure Commands
:MEASure:TIEFilter:STATe
Command :MEASure:TIEFilter:STATe {{ON | 1} | {OFF | 0}}
The :MEASure:TIEFilter:STATe command enables the TIE filter for TIE
data measurements.
Query
:MEASure:TIEFilter:STATe?
The :MEASure:TIEFilter:STATe? query returns the current state of the TIE
data filter.
Returned Format
[:MEASure:TIEFilter:STATe] {0 | 1}<NL>
Example This example returns the current state of the TIE data filter then prints
the contents of the variable to the computer's screen.
myScope.WriteString ":SYSTEM:HEADER OFF" ' Response headers off.
myScope.WriteString ":MEASURE:TIEFILTER:STATE?"
varState = myScope.ReadNumber
Debug.Print FormatNumber(varState, 0)