Write/Read
About ADC Stacking

ADCStacking Property


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.

Learn about these settings.

Return Type

Double

Default

0

Examples

sa.ADCStacking = 1   Write

value = sa.ADCStacking 'Read

See an example program.

C++ Syntax

HRESULT put_ADCStacking(double val);

HRESULT get_ADCStacking(double* val);

Interface

ISpectrumAnalyzer