Write/Read
About SA Application

EnableForceADCRecordSize Property


Description

Set and read  enable force ADC record size mode.

VB Syntax

sa.EnableForceADCRecordSize = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - OFF - ADC record size set automatically.

1 - ON - Manually set ADC record to specified size using ForceADCRecordSize.

Learn about these settings.

Return Type

Boolean

Default

0

Examples

sa.EnableForceADCRecordSize = AUTO   'Write

value = sa.EnableForceADCRecordSize 'Read

See an example program.

C++ Syntax

HRESULT put_EnableForceADCRecordSize(VARIANT_BOOL bEnable);

HRESULT get_EnableForceADCRecordSize(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer