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