Technical data

Table Of Contents
Measure Commands 25
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 709
:MEASure:TIEFilter:SHAPe
Command :MEASure:TIEFilter:SHAPe {RECTangular | DB20 | DB40}
The :MEASure:TIEFilter:SHAPe command specifies the shape of the TIE
filter edge(s):
RECTangular — The TIE filter is a brickwall filter.
DB20 — The TIE filter edge(s) roll off at 20 dB per decade.
DB40 — The TIE filter edge(s) roll off at 40 dB per decade.
Example This example specifies that the TIE filter edge(s) roll off at 40 dB per
decade.
myScope.WriteString ":MEASURE:TIEFilter:SHAPe DB40"
Query :MEASure:TIEFilter:SHAPe?
The :MEASure:TIEFilter:SHAPe? query returns the specified shape of the
TIE filter edge(s).
Returned Format
[:MEASure:TIEFilter:SHAPe] {RECTangular | DB20 | DB40}<NL>
Example This example places the specified shape of the TIE filter edge(s) in the
string variable, strShape, then prints the contents of the variable to the
computer's screen.
Dim strShape As String ' Dimension variable.
myScope.WriteString ":MEASure:TIEFilter:SHAPe?"
strShape = myScope.ReadString
Debug.Print strShape
See Also ":MEASure:TIEFilter:STATe" on page 711
":MEASure:TIEFilter:TYPE" on page 713
":MEASure:TIEFilter:STARt" on page 710
":MEASure:TIEFilter:STOP" on page 712