Write/Read |
About Path Configurator |
Description |
Write or read a value (setting) for the current element. This command is used to set both RF and IF Path Configuration. |
VB Syntax |
pathElement.Value = value |
Variable |
(Type) - Description |
pathElement |
A PathElement (object) |
value |
(String) Value for the element. Use pathElement.Values to return a list of valid settings for this element. |
Return Type |
String |
Default |
Not Applicable |
Examples |
See Examples: |
C++ Syntax |
HRESULT get_Value( BSTR* pValue ); HRESULT put_Value( BSTR value ); |
Interface |
IPathElement |