Measurements Collection


Description

A collection object that provides a mechanism for iterating through the Application measurements.

Accessing the Measurements collection

Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim measments As Measurements
Set measments = app.Measurements

See Also:

 

Methods

Description

Add

Adds a Measurement to the collection.

Item

Use to get a handle on a measurement in the collection.

Remove

Removes a measurement from the measurements collection.

Properties

Description

Count

Returns the number of measurements in the analyzer.

Parent

Returns a handle to the current Application.