Write/Read
About ADC Stacking

ADCStackingState Property


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.

Learn about these settings.

Return Type

Boolean

Default

0

Examples

sa.ADCStackingState = OFF   Write

value = sa.ADCStackingState 'Read

See an example program.

C++ Syntax

HRESULT put_ADCStackingState(VARIANT_BOOL bEnable);

HRESULT get_ADCStackingState(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer