Write/Read
About Path Configurator

Value Property


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


Last Modified:

27-Mar-2012

Several edits

14-Dec-2006

MX New topic