Write/Read
About Swept IMDx

LOStartPower Property


Description

Sets or returns the Start value of a LO Power sweep..  Also set imdx.SweepType to naIMDLOPowerSweep.

 VB Syntax

obj.LOStartPower (n) = value

Variable

(Type) - Description

obj

A Converter Object

n

(Long)  - LO stage number. Choose 1

value

(double) - LO start power in dBm.

Return Type

Double

Default

-20 dBm

Examples

convtr.LOStartPower(1) = -5 'Sets the LO Power sweep start value

start = convtr.LOStartPower(1) 'Reads the start value

C++ Syntax

HRESULT get_LOStartPower(long LOStage, double *pVal)

HRESULT put_LOStartPower(long LOStage, double newVal)

Interface

IConverter