Read/Write
About Embedded LO

LOFrequencyDelta Property


Description

Sets and returns LO Frequency Delta. There is usually no need to set this value. Read this value to determine the difference between the LO Frequency that is stated in the Mixer dialog box and the last measured LO Frequency.

 VB Syntax

obj.LOFrequencyDelta = value

Variable

(Type) - Description

obj

An EmbeddedLO (object) or

A ConverterEmbeddedLO (object)

value

(Double) LO Frequency delta in Hertz.

Return Type

(Double)

Default

Not Applicable

Examples

embedLO.LOFrequencyDelta = 0 'write

value = embedLO.LOFrequencyDelta 'read

C++ Syntax

HRESULT get_LOFrequencyDelta(double* val);

HRESULT put_LOFrequencyDelta(double val);

Interface

IEmbededLO