Provides access to the settings for the PathElement object.
Dim app As AgilentPNA835x.Application Dim chan as Channel Dim pathConfig As PathConfiguration Dim element as PathElement |
Type pnaType = Type.GetTypeFromProgID("AgilentPNA835x.Application", "PNA-NAME-HERE"); AgilentPNA835x.Application pna = (AgilentPNA835x.Application)Activator.CreateInstance(pnaType); AgilentPNA835x.Channel chan = (AgilentPNA835x.Channel)pna.ActiveChannel; AgilentPNA835x.PathConfiguration path = (AgilentPNA835x.PathConfiguration)chan.get_PathConfiguration(); path.get_Element("Port1RefMxr").Value = "External"; |
Note: To learn how to make configuration (element) settings, see this Path Configuration Example Also see this list of configurable elements and settings. |
Methods |
Interface |
Description |
---|---|---|
None |
|
|
Properties |
Interface |
Description |
IPathElement |
Returns the name of the element. |
|
IPathElement |
Returns a pointer to the Parent Object (PathConfiguration) |
|
IPathElement |
Read / Write get the current setting for the element. |
|
IPathElement |
Returns all valid settings for the element. |
Interface |
Introduced with VNA Rev: |
IPathElement |
7.2 |
|
|