Write/Read |
About ADC Stacking |
Description |
Set and read the ADC stacking value. |
VB Syntax |
sa.ADCStacking = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Double) Choose a value between 0 and 65535. |
Return Type |
Double |
Default |
0 |
Examples |
sa.ADCStacking = 1 Write |
value = sa.ADCStacking 'Read |
|
C++ Syntax |
HRESULT put_ADCStacking(double val); HRESULT get_ADCStacking(double* val); |
Interface |
ISpectrumAnalyzer |