Write/Read
About Multiple Recordings

ADCMultRecPeriod Property


Description

Set and read the period to wait between ADC record chunks.

VB Syntax

sa.ADCMultRecPeriod = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long) Choose a value between 64 and 33554432.

Learn about these settings.

Return Type

Long

Default

64

Examples

sa.ADCMultRecPeriod = 256   'Write

value = sa.ADCMultRecPeriod 'Read

See an example program.

C++ Syntax

HRESULT put_ADCMultRecPeriod(long val);

HRESULT get_ADCMultRecPeriod(long* val);

Interface

ISpectrumAnalyzer