5-92
IM 710105-17E
5.11 FFT Group
:FFT<x>?
Function Queries all of the settings for the FFT analysis
feature.
Syntax
:FFT<x>?
<x> = 1 or 2 (1 only for 2-channel models)
:FFT<x>:AVERage?
Function Queries all FFT analysis averaging settings.
Syntax
:FFT<x>:AVERage?
<x> = 1 or 2 (1 only for 2-channel models)
:FFT<x>:AVERage:EWEight
Function Sets or queries the attenuation constant of
exponential averaging in FFT analysis.
Syntax
:FFT<x>:AVERage:EWEight {<NRf>}
:FFT<x>:AVERage:EWEight?
<x> = 1 or 2 (1 only for 2-channel models)
<NRf> = 2 to 1024 in 2
n
steps)
Example
:FFT1:AVERAGE:EWEIGHT 2
:FFT1:AVERAGE:EWEIGHT?
-> :FFT1:AVERAGE:EWEIGHT 2
:FFT<x>:DATA?
Function Queries all the information related to the FFT
waveform data that will be sent.
Syntax
:FFT<x>:DATA?
<x> = 1 or 2
Description DL2000/DLM2000 firmware versions 2.10 and
later support this command.
:FFT<x>:DATA:BYTeorder
Function Sets or queries the transmission byte order when
the FFT waveform data format is binary.
Syntax
:FFT<x>:DATA:BYTeorder {LSBFirst|MSBF
irst}
:FFT<x>:DATA:BYTeorder?
<x> = 1 or 2
Example
:FFT1:DATA:BYTEORDER LSBFIRST
:FFT1:DATA:BYTEORDER?
-> :FFT1:DATA:BYTEORDER LSBFIRST
Description DL2000/DLM2000 firmware versions 2.10 and
later support this command.
:FFT<x>:DATA:END
Function Sets or queries the end point of the FFT waveform
data that will be sent.
Syntax
:FFT<x>:DATA:END {<NRf>}
:FFT<x>:DATA:END?
<x> = 1 or 2
<NRf> = 0 to 125000
Example
:FFT1:DATA:END 125000
:FFT1:DATA:END?
-> :FFT1:DATA:END 125000
Description DL2000/DLM2000 firmware versions 2.10 and
later support this command.
:FFT<x>:DATA:FORMat
Function Sets or queries the format of the FFT waveform
data that will be sent.
Syntax
:FFT<x>:DATA:FORMat {ASCii|BINary}
:FFT<x>:DATA:FORMat?
<x> = 1 or 2
Example
:FFT1:DATA:FORMAT ASCII
:FFT1:DATA:FORMAT?
-> :FFT:DATA:FORMAT ASCII
Description DL2000/DLM2000 firmware versions 2.10 and
later support this command.
:FFT<x>:DATA:LENGth?
Function Queries the total number of data points of the FFT
waveform that will be sent.
Syntax
:FFT<x>:DATA:LENGth?
<x> = 1 or 2
Example
:FFT1:DATA:LENGTH?
-> :FFT1:DATA:LENGTH 6251
Description DL2000/DLM2000 firmware versions 2.10 and
later support this command.
:FFT<x>:DATA:SEND?
Function Queries the FFT waveform data.
Syntax
:FFT<x>:DATA:SEND?
<x> = 1 or 2
Example
:FFT1:DATA:SEND?
-> :FFT1:DATA:SEND #6
(6-digit number of bytes)(data sequence) or
<NRf>,<NRf>,...
Description The output format of ":FFT<x>:DATA:SEND?"
varies depending on the ":FFT<x>:DATA:FORMat"
setting.
(1) When set to "ASCii," the information is returned
in this form:<NRf>,<NRf>,...<NRf>
(2) When set to "BINARY," the information is
returned in <block data> format. The data of
each point is 4 bytes in length, and <block
data> can be converted to computed values
through floating-point conversion.
Description DL2000/DLM2000 firmware versions 2.10 and
later support this command.