Read |
About Path Elements |
Description |
Returns a string with the names of all valid RF path configuration elements. |
VB Syntax |
elements = powerRange.PathElements |
Variable |
(Type) - Description |
powerRange |
A PowerRange (object) |
elements |
(String) Variable to store RF path configuration element names. |
Return Type |
String |
Default |
Not Applicable |
Examples |
elements = powerRange.PathElements |
C++ Syntax |
HRESULT get_PathElements(BSTR *pathElements); |
Interface |
IPowreRange |