These commands allow configurations to be stored, loaded, or deleted on the VNA.
To make path configuration settings, see PathConfiguration Object and the PathElement Object
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim pathConfig As PathConfigurationManager
Set pathConfig = app.PathConfigurationManager
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 |
---|---|---|
IPathConfigurationManager |
Deletes the specified configuration from the VNA. |
|
IPathConfigurationManager |
Loads the named configuration. |
|
IPathConfigurationManager |
Saves the path configuration |
|
Properties |
Interface |
Description |
IPathConfigurationManager |
Returns a list of configuration names stored in the VNA. |
|
IPathConfigurationManager |
Returns a handle to the Application object. |
Interface |
Introduced with VNA Rev: |
IPathConfigurationManager |
7.2 |
|
|