Write/Read
About Active Match

StartPowerIn3DSweep Property


Description

Set and read the start power level for a 3D sweep.

 VB Syntax

HotS22.StartPowerIn3DSweep = level

Variable

(Type) - Description

HotS22

A ActiveParametersApp (object)

level

(Double) - Start power level in dBm. Choose a value from min power to max power of the hardware.

Return Type

Double

Default

-10 dBm

Examples

HotS22.StartPowerIn3DSweep = 0 'Write

level = HotS22.StartPowerIn3DSweep 'Read

C++ Syntax

HRESULT get_StartPowerIn3DSweep(double* level)

HRESULT put_StartPowerIn3DSweep(double level)

Interface

IActiveChannelSettings