Read-only
About SA Application

ADCRecordSizeMin Property


Description

Read the current minimum available ADC record size.

VB Syntax

value = sa.ADCRecordSizeMin

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Long) Variable to store the returned value.

Return Type

Long

Example

value = sa.ADCRecordSizeMin  'Read

C++ Syntax

HRESULT get_ADCRecordSizeMin(long* val);

Interface

ISpectrumAnalyzer5