Read-only |
About SA Application |
Description |
Read the current ADC record size. |
VB Syntax |
value = sa.ADCRecordSize |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Variable to store the returned value. |
Return Type |
Long |
Example |
value = sa.ADCRecordSize 'Read |
C++ Syntax |
HRESULT get_ADCRecordSize(long* val); |
Interface |
ISpectrumAnalyzer5 |