Chapter 2 Command System RIGOL
MSO7000/DS7000 Programming Guide 2-101
:MATH<n>:FFT:FREQuency:STARt
:MATH<n>:FFT:FREQuency:STARt <value>
:MATH<n>:FFT:FREQuency:STARt?
Sets or queries the start frequency of FFT operation results.
The query returns the start frequency of the operation results in scientific notation.
:MATH1:FFT:FREQuency:STARt 10000000 /*Sets the start frequency of the FFT
operation results to 10 MHz.*/
:MATH1:FFT:FREQuency:STARt? /*The query returns 1.000000E+7.*/
:MATH<n>:FFT:FREQuency:END
:MATH<n>:FFT:FREQuency:END <value>
:MATH<n>:FFT:FREQuency:END?
Sets or queries the stop frequency of FFT operation results.
The query returns the stop frequency of the operation results in scientific notation.
:MATH1:FFT:FREQuency:END 10000000 /*Sets the stop frequency of the FFT
operation results to 10 MHz.*/
:MATH1:FFT:FREQuency:END? /*The query returns 1.000000E+7.*/
:MATH<n>:FFT:SEARch:ENABle
:MATH<n>:FFT:SEARch:ENABle <bool>
:MATH<n>:FFT:SEARch:ENABle?
Enables or disables the FFT peak search; or queries the on/off status of the FFT peak
search function.
The query returns 1 or 0.
:MATH1:FFT:SEARch:ENABle ON /*Enables the FFT peak search.*/
:MATH1:FFT:SEARch:ENABle? /*The query returns 1.*/