Write/Read
About Active Match

RelativeExtractionToneLevel Property


Description

Set and read the tone power relative to the input power (dBc).

 VB Syntax

HotS22.RelativeExtractionToneLevel = level

Variable

(Type) - Description

HotS22

A ActiveParametersApp (object)

level

(Double) - Relative tone power level

Return Type

Double

Default

-15 dBc

Examples

HotS22.RelativeExtractionToneLevel = -5 'Write

level = HotS22.RelativeExtractionToneLevel 'Read

C++ Syntax

HRESULT get_RelativeExtractionToneLevel(double* level)

HRESULT put_RelativeExtractionToneLevel(double level)

Interface

IActiveChannelSettings