Write/Read
About Gain Compression

ReverseLinearPowerLevel Property


Description

Set and read the reverse power level to the DUT. This is applied to the DUT output port when making reverse measurements like S22.

 VB Syntax

gca.ReverseLinearPowerLevel = value

Variable

(Type) - Description

gca

A GainCompression (object)

value

(double)  Reverse power level in dBm. Choose a value from +30 to (-30).

Return Type

Double

Default

-5

Examples

gca.ReverseLinearPowerLevel = -10 'Write

LinPwr = gca.ReverseLinearPowerLevel 'Read

C++ Syntax

HRESULT get_ReverseLinearPowerLevel(double* pVal)

HRESULT put_ReverseLinearPowerLevel(double newVal)

Interface

IGainCompression