Contains the properties describing a segment of the power loss table used in source power calibration.
You can get a handle to one of these segments through the segments.Item Method of the PowerLossSegments collection.
You can get a handle to one of these segments through PowerLossSegments.Item(n)
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim PwrLossSeg As PowerLossSegment
Set PwrLossSeg = app.SourcePowerCalibrator.PowerLossSegments(1)
Methods |
|
---|---|
None |
|
Properties |
Description |
The frequency (Hz) associated with this segment. |
|
The loss value (dB) associated with this segment. |
|
Returns the number of this segment |
Interface |
Introduced with VNA Rev: |
IPowerLossSegment |
2.0 |