These commands allow configurations to be stored, loaded, or deleted on the PNA.
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 PNA. |
|
IPathConfigurationManager |
Loads the named configuration. |
|
IPathConfigurationManager |
Saves the path configuration |
|
Properties |
Interface |
Description |
IPathConfigurationManager |
Returns a list of configuration names stored in the PNA. |
|
IPathConfigurationManager |
Returns a handle to the Application object. |
Interface |
Introduced with PNA Rev: |
IPathConfigurationManager |
7.2 |
|
|