Write/Read
About Multiple Recordings

ADCMultRecSize Property


Description

Set and read the size of the ADC record chunks.

VB Syntax

sa.ADCMultRecSize = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long) Choose a value between 1 and (ADC record size / 2).

Learn about these settings.

Return Type

Long

Default

32

Examples

sa.ADCMultRecSize = 256   'Write

value = sa.ADCMultRecSize 'Read

See an example program.

C++ Syntax

HRESULT put_ADCMultRecSize(long val);

HRESULT get_ADCMultRecSize(long* val);

Interface

ISpectrumAnalyzer