PowerLossSegments Collection


Description

A collection object that provides a mechanism for iterating through the segments of the power loss table used in source power calibration. The power loss table can contain up to 9999 segments.

Accessing the PowerLossSegments collection

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

Dim PwrLossSegs As PowerLossSegments
Set PwrLossSegs = app.SourcePowerCalibrator.PowerLossSegments

See Also:

Methods

Description

Add

Adds a PowerLossSegment object to the collection.

Item

Use to get a handle to a PowerLossSegment object in the collection.

Remove

Removes an object from the collection.

Properties

Description

Count

Returns the number of objects in the collection.

Parent

Returns a handle to the Parent object (SourcePowerCalibrator) of this collection.


Last Modified:

14-May-2012

Increase segment limit

2-Jun-2008

Added segment limit