:MEASure:FFT:FOBandwidth
Command Syntax
:MEASure:FFT:FOBandwidth
Query Syntax
:MEASure:FFT:FOBandwidth?
Description
FFT Occupied Bandwidth measures the range of frequency that contains the specified percentage of power of the FFT on screen.
To set up FFT function waveforms, see :FUNCtion:FOPerator.
The FFT Occupied Bandwidth measurement has this option:
-
:MEASure:FFT:FOBandwidth:FOBPercent— Specifies the percentage of power of the FFT on screen.
The query form of the command returns the measured value.
Measurement Ready?
To confirm that the measurement is ready to read, you can query the measurement's status:
if ('CORR' in Infiniium.query(':MEASure:FFT:FOBandwidth:STATus?')):
measurement = Infiniium.query(':MEASure:FFT:FOBandwidth?')
If averaging is turned on (:ACQuire:SMODe AVERage), you can also confirm if the measurement result is ready by comparing the number of specified averages (:ACQuire:COUNt?) versus the number of measurement sweeps that have occurred (:ACQuire:COUNt?). The technique uses the :COUNt? common measurement query. For example,
if (Infiniium.query(':MEASure:FFT:FOBandwidth:COUNt?') >= Infiniium.query(':ACQuire:COUNt?')):
measurement = Infiniium.query(':MEASure:FFT:FOBandwidth?')
You can also use an acquisition limit test to test that a number of waveforms or samples have completed before returning a measurement. Refer to the :LTESt:ACQuire:CTYPe command.
Querying Measurement Results and Statistics
You can query measurement results using the :MEASure:FFT:FOBandwidth? query after making the proper instance settings.
If a measurement is installed into Results table (using the :MEASure:FFT:FOBandwidth command) and you have made the proper instance settings, you can query statistics using common child queries.
Also, you can query measurement results and statistics directly from the Results table (without having to make the proper instance settings beforehand). See Querying Measurement Results and Statistics.