Write/Read |
About Active Match |
Description |
Set and read the absolute tone power level. |
VB Syntax |
HotS22.AbsoluteExtractionToneLevel = level |
Variable |
(Type) - Description |
HotS22 |
A ActiveParametersApp (object) |
level |
(Double) - Absolute tone power level |
Return Type |
Double |
Default |
-5 dBm |
Examples |
HotS22.AbsoluteExtractionToneLevel = -5 'Write |
level = HotS22.AbsoluteExtractionToneLevel 'Read |
|
C++ Syntax |
HRESULT get_AbsoluteExtractionToneLevel(double* level) HRESULT put_AbsoluteExtractionToneLevel(double level) |
Interface |
IActiveChannelSettings |