Write/Read
About Mixer Configuration

LOStage Property


Description

Sets or returns the number of LO stages present in the mixer.

 VB Syntax

obj.LOStage = value

Variable

(Type) - Description

obj

A Mixer Interface pointer to the Measurement (object)

Or

A Converter Object

value

(Long) - Number of LO stages. Choose from 1 or 2

Return Type

Long

Default

1

Examples

mixer.LOStage = 1 'sets the LO Stage value to 1

C++ Syntax

HRESULT get_LOStage(long *pVal)

HRESULT put_LOStage(long newVal)

Interface

IMixer

IConverter