Read only
About Path Configurator

Element Property


Description

Returns a handle to the specified PathElement object. Each element object contains a unique set of values. The Value Property is used to set the value for each element.

This command is used to set both RF and IF Path Configuration.

 VB Syntax

Set elem = pathConfig.Element (element)

Variable

(Type) - Description

elem

(Object) IPathElement

pathConfig

A PathConfiguration (object)

element

(String) Configurable element. Use pathConfig.Elements to return a list of configurable elements or see a list of configurable elements for various PNA models.

Return Type

Object

Default

Not Applicable

Examples

See examples:

IF Path Config

RF Path Config

C++ Syntax

HRESULT Element( BSTR elemName, IPathElement** ppElement);

Interface

IPathConfiguration