Read-only |
About SA Application |
Description |
Read the current DFT record size. This value is based on the ForceADCRecordSize and dft.Type settings. |
VB Syntax |
value = sa.dft.RecordSize |
Variable |
(Type) - Description |
sa.dft |
A SpectrumAnalyzerDFT (object) |
value |
(Long) Variable to store the returned value. |
Return Type |
Long |
Example |
value = sa.dft.RecordSize 'Read |
C++ Syntax |
HRESULT get_RecordSize(long* val); |
Interface |
ISpectrumAnalyzerDFT |