Technical data

Table Of Contents
Function Commands 17
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 337
:FUNCtion<F>:FFT:TDELay
Command :FUNCtion<F>:FFT:TDELay <time_delay>
The :FUNCtion<F>:FFT:TDELay command sets the time delay for the FFT
phase function.
<time_delay> Time, in seconds, set for the time delay.
Example This example sets the time delay to one millisecond.
myScope.WriteString ":FUNCtion1:FFT:TDELay 1E-3"
Query :FUNCtion<F>:FFT:TDELay?
The :FUNCtion<F>:FFT:TDELay? query returns the time delay for the FFT
phase function.
Returned Format
[:FUNCtion<F>:FFT:TDELay] <time_delay><NL>
Example This example places the FFT phase function's time delay value in the
variable, varFftPhaseTimeDelay, then prints the contents of the variable to
the computer's screen.
Dim varFftPhaseTimeDelay As Variant
myScope.WriteString ":FUNCtion1:FFT:TDELay?""
varFftPhaseTimeDelay = myScope.ReadNumber
Debug.Print FormatNumber(varFftPhaseTimeDelay, 0)
See Also ":FUNCtion<F>:FFTPhase" on page 341