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.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim PwrLossSegs As PowerLossSegments
Set PwrLossSegs = app.SourcePowerCalibrator.PowerLossSegments
See Also:
Methods |
Description |
---|---|
Adds a PowerLossSegment object to the collection. |
|
Use to get a handle to a PowerLossSegment 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 (SourcePowerCalibrator) of this collection. |