Description
Contains the properties describing a segment of a power sensor cal factor table.
You can get a handle to one of these segments through CalFactorSegments.Item(n)
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim calFactSeg As CalFactorSegments
Set calFactSeg = app.SourcePowerCalibrator.PowerSensors(1).CalFactorSegments(1)
Methods |
|
---|---|
None |
|
Properties |
Description |
The frequency (Hz) associated with this segment. Shared with the PowerLossSegment Object |
|
The cal factor (%) associated with this segment. |
|
Returns the number of this segment. Shared with the PowerLossSegment Object |
Interface |
Introduced with VNA Rev: |
IPowerSensorCalFactorSegment |
2.0 |