Write/Read
About SA Application

EnableRandomizedLO Property


Description

Set and read the LO randomize state.

VB Syntax

sa.EnableRandomizedLO = value

Variable

(Type) - Description

sa

A SpectrumAnalyzer (object)

value

(Boolean) Choose from:

0 - OFF - LO Randomize is set to OFF.

1 - ON - LO Randomize is set to ON.

Learn about these settings.

Return Type

Boolean

Default

1

Examples

sa.EnbaleRandomizedLO = OFF   Write

value = sa.EnbaleRandomizedLO 'Read

See an example program.

C++ Syntax

HRESULT put_EnableRandomizedLO(VARIANT_BOOL bEnable);

HRESULT get_EnableRandomizedLO(VARIANT_BOOL* bEnable);

Interface

ISpectrumAnalyzer