Write/Read |
About ADC Stacking |
Description |
Set and read the ON/OFF state of the ADC sample stacking. |
VB Syntax |
sa.ADCStackingState = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Boolean) Choose from: 0 - OFF - ADC sample stacking is set to OFF. 1 - ON - ADC sample stacking is set to ON. |
Return Type |
Boolean |
Default |
0 |
Examples |
sa.ADCStackingState = OFF Write |
value = sa.ADCStackingState 'Read |
|
C++ Syntax |
HRESULT put_ADCStackingState(VARIANT_BOOL bEnable); HRESULT get_ADCStackingState(VARIANT_BOOL* bEnable); |
Interface |
ISpectrumAnalyzer |