Read only |
About Path Configurator |
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 VNA models. |
Return Type |
Object |
Default |
Not Applicable |
Examples |
See examples: |
C++ Syntax |
HRESULT Element( BSTR elemName, IPathElement** ppElement); |
Interface |
IPathConfiguration |