Read-only |
About Path Configurator |
Description |
Returns an array containing the names of configurable elements. See a list of configurable elements and settings for various VNA models. |
VB Syntax |
values = pathConfig.Elements |
Variable |
(Type) - Description |
values |
(Variant array) Variable to store the array of configurable elements. |
pathConfig |
A PathConfiguration (object) |
Return Type |
Variant array |
Default |
Not Applicable |
Examples |
elems=pathconfig.Elements |
C++ Syntax |
HRESULT Elements( VARIANT* pElements ); |
Interface |
IPathConfiguration |