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.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim calFact As CalFactorSegments
Set calFact = app.SourcePowerCalibrator.PowerSensors(1).CalFactorSegments
Methods |
Description |
---|---|
Adds a PowerSensorCalFactorSegment object to the collection |
|
Use to get a handle to a PowerSensorCalFactorSegment object in the collection. |
|
Removes an object from the collection. |
|
Properties |
Description |
Returns the number of objects in the collection. |
|
Returns a handle to the Parent object (PowerSensor) of this collection. |