| Read-only | About SA Application | 
| Description | Returns the number of DFT points processed across the total RF span. | 
| VB Syntax | value = sa.dft.DataBinCount | 
| Variable | (Type) - Description | 
| sa.dft | A SpectrumAnalyzerDFT (object) | 
| value | (Long) Variable to store the returned value. | 
| Return Type | Long | 
| Example | value = sa.dft.DataBinCount 'Read | 
| C++ Syntax | HRESULT get_DataBinCount(long* val); | 
| Interface | ISpectrumAnalyzerDFT |