Write/Read
About Active Match

DisplayInputPower Property


Description

Set and read a fixed input power level.

 VB Syntax

HotS22.DisplayInputPower = level

Variable

(Type) - Description

HotS22

A ActiveParametersApp (object)

level

(Double) - Input power level. Choose a value from start power to stop power.

Return Type

Double

Default

Start power in a power sweep

Examples

HotS22.DisplayInputPower = 0 'Write

level = HotS22.DisplayInputPower 'Read

C++ Syntax

HRESULT get_DisplayInputPower(double* level)

HRESULT put_DisplayInputPower(double level)

Interface

IActiveChannelSettings