Write/Read |
About Active Match |
Description |
Set and read the tuning tone mode. The tuning tone is the source at the output port to extract the X parameters. |
VB Syntax |
HotS22.ExtractionToneMode = value |
Variable |
(Type) - Description |
HotS22 |
A ActiveParametersApp (object) |
value |
(Enum as NAExtractionToneMode) - Choose from:
|
Return Type |
Enum |
Default |
naAbsolute |
Examples |
HotS22.ExtractionToneMode = naAbsolute 'Write |
value = HotS22.ExtractionToneMode 'Read |
|
C++ Syntax |
HRESULT get_ExtractionToneMode(tagNAExtractionToneMode* value) |
Interface |
IActiveChannelSettings |