Read-only
About SA Application

ADCRecordSizeMax Property


Description

Read the current maximum available ADC record size.

VB Syntax

value = sa.ADCRecordSizeMax

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.ADCRecordSizeMax  'Read

C++ Syntax

HRESULT get_ADCRecordSizeMax(long* val);

Interface

ISpectrumAnalyzer5