CalFactorSegments Collection


Description

A collection object that provides a mechanism for iterating through the segments of a power sensor cal factor table. The Cal Factor table can contain up to 100 segments.

Accessing the CalFactorSegments collection

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

Dim calFact As CalFactorSegments
Set calFact = app.SourcePowerCalibrator.PowerSensors(1).CalFactorSegments

See Also:

 

Methods

Description

Add

Adds a PowerSensorCalFactorSegment object to the collection

Item

Use to get a handle to a PowerSensorCalFactorSegment 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 (PowerSensor) of this collection.