Write/Read
About Mixer Configuration

LONumerator Property


Description

Sets or returns the numerator value of the LO Fractional Multiplier.

If you are changing several mixer configuration settings, you can make all the changes first and then issue the Calculate and Apply commands as you would do from the user interface.

 VB Syntax

obj.LONumerator (n) = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(Long) - LO denominator value

n

(Long)  - LO stage number

Choose from 1 or 2

Return Type

Long

Default

1

Examples

Print mixer.LONumerator(1) 'prints the value of the

first LO Numerator

C++ Syntax

HRESULT get_LONumerator(long *pVal)

HRESULT put_LONumerator(long newVal)

Interface

IMixer

IConverter