Write/Read
About SA Application

EnableForceLOToFrequency Property


Description

Set and read  enable force LO to frequency mode.

VB Syntax

sa.EnableForceLOToFrequency = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - OFF - Force LO to frequency is disabled.

1 - ON - Force LO to frequency is set manually using ForceLOToFrequency.

Learn about these settings.

Return Type

Boolean

Default

0

Examples

sa.EnableForceLOToFrequency = AUTO   'Write

value = sa.EnableForceLOToFrequency 'Read

See an example program.

C++ Syntax

HRESULT put_EnableForceLOToFrequency(VARIANT_BOOL bEnable);

HRESULT get_EnableForceLOToFrequency(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer