Contains the methods and properties that affect a sweep segment.
Note: All of these properties are shared with at least one of the following objects: Channel, Cal Set, PowerSensorCalFactorSegment, or PowerLossSegment.
You can get a handle to a sweep segment through the segments collection.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim segs As ISegments
Set segs = app.ActiveChannel.Segments
segs.Add(1)
segs(1).NumberOfPoints = 30
Methods |
|
|
---|---|---|
None |
|
|
Properties |
Interface |
Description |
ISegment |
Sets or returns the center frequency of the segment. Shared with the Channel Object |
|
ISegment |
Dwell time value. Shared with the Channel Object |
|
ISegment |
Sets or returns the frequency span of the segment. Shared with the Channel Object |
|
ISegment |
Sets or returns the IF Bandwidth of the segment. Shared with the Channel Object and Cal Set object. |
|
ISegment |
Sets or returns the Number of Points of the segment. Shared with the Channel Object |
|
ISegment |
Returns the number of the current segment. |
|
ISegment |
Sets or returns the start frequency of the segment. Shared with the Channel Object |
|
ISegment |
Turns On or OFF a segment. |
|
ISegment |
Sets or returns the stop frequency of the segment. Shared with the Channel Object |
|
ISegment2 |
Sets or returns the sweep time of the segment. Shared with the Channel Object |
|
ISegment |
Sets or returns the RF power level of the segment. Shared with the Channel Object |
Interface |
Introduced with PNA Rev: |
ISegment |
1.0 |
ISegment2 |
7.1 |