Technical data

Table Of Contents
Measure Commands 25
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 713
:MEASure:TIEFilter:TYPE
Command :MEASure:TIEFilter:TYPE {BANDpass | LOWPass | HIGHpass}
The :MEASure:TIEFilter:TYPE command sets the type of TIE filter to be
used.
Example This example sets the TIE filter to highpass.
myScope.WriteString ":MEASURE:TIEFilter:TYPE HIGHpass"
Query :MEASure:TIEFilter:TYPE?
The :MEASure:TIEFilter:TYPE? query returns the current type of TIE filter
being used.
Returned Format
[:MEASure:TIEFilter:TYPE] {BANDpass | LOWPass | HIGHpass}<NL>
Example This example places the current mode for TIEFilter:TYPE 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:TIEFilter:TYPE?"
strMode = myScope.ReadString
Debug.Print strMode
See Also ":MEASure:TIEFilter:STATe" on page 711
":MEASure:TIEFilter:SHAPe" on page 709
":MEASure:TIEFilter:STARt" on page 710
":MEASure:TIEFilter:STOP" on page 712