A collection object that provides a mechanism for iterating through the Application measurements.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim measments As Measurements
Set measments = app.Measurements
Methods |
Description |
---|---|
Adds a Measurement to the collection. |
|
Use to get a handle on a measurement in the collection. |
|
Removes a measurement from the measurements collection. |
|
Properties |
Description |
Returns the number of measurements in the analyzer. |
|
Returns a handle to the current Application. |