Write / Read
About Path Elements

PathElement Property


Description

Returns the name of the setting for the given path element name or sets the value of a path element.

 VB Syntax

powerRange.PathElement (element).value  = setting

Variable

(Type) - Description

powerRange

A PowerRange (object)

element

(String) Path configuration element to be set. See a list of configurable RF Path elements.

setting

(String) Path configuration element setting.

Return Type

String

Default

Default settings vary with each element.

Examples

powerRange.PathElement("Src2Out1LowBand").value = "HiPwr"
'returns the PathElement setting
value = powerRange.PathElement(“Src2Out1LowBand”).value

C++ Syntax

HRESULT put_PathElement(BSTR name, IPathElement** pElement);

Interface

IPowreRange