Write/Read
About Phase Reference Cals

UnknownMixerLOPower Property


Description

Sets and returns the LO power level to the unknown mixer.

 VB Syntax

phaseRef.UnknownMixerLOPower = value

Variable

(Type) - Description

object

PhaseReferenceCalibration (object)

value

(Double) LO power level in dBm.

Return Type

Double

Default

10 dBm

Examples

phaseRef.UnknownMixerLOPower = 10

value = phaseRef.UnknownMixerLOPower 'Read

C++ Syntax

HRESULT get_UnknownMixerLOPower(double *value)

HRESULT put_UnknownMixerLOPower(double value)

Interface

IPhaseReference2


Last Modified:

15-Mar-2013

New topic