Technical data

Table Of Contents
712 Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference
25 Measure Commands
:MEASure:TIEFilter:STOP
Command :MEASure:TIEFilter:STOP <stop_frequency>
The :MEASure:TIEFilter:STOP command sets the stopping frequency for the
TIE filter.
<stop_
frequency>
A real number.
Query
:MEASure:TIEFilter:STOP?
The :MEASure:TIEFilter:STOP? query returns the current value of the
stopping frequency of the TIE filter.
Returned Format [:MEASure:TIEFilter:STOP] <value><NL>
<value> The stop frequency for the TIE filter.
Example This example returns the current value of the stopping frequency for the
TIE 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:STOP?"
varStop = myScope.ReadNumber
Debug.Print FormatNumber(varStop, 0)
See Also ":MEASure:TIEFilter:STATe" on page 711
":MEASure:TIEFilter:TYPE" on page 713
":MEASure:TIEFilter:SHAPe" on page 709
":MEASure:TIEFilter:STARt" on page 710