Write/Read
About Active Match

StopPowerIn3DSweep Property


Description

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

 VB Syntax

HotS22.StopPowerIn3DSweep = level

Variable

(Type) - Description

HotS22

A ActiveParameterApp (object)

level

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

Return Type

Double

Default

0 dBm

Examples

HotS22.StopPowerIn3DSweep = 0 'Write

level = HotS22.StopPowerIn3DSweep 'Read

C++ Syntax

HRESULT get_StopPowerIn3DSweep(double* level)

HRESULT put_StopPowerIn3DSweep(double level)

Interface

IActiveChannelSettings