Technical data

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