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 |
|
ISegment3 |
Sets or returns the delay value. |
|
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. |
|
ISegment4 |
Sets or returns the noise figure bandwidth. |
|
ISegment |
Sets or returns the Number of Points of the segment. Shared with the Channel Object |
|
ISegment3 |
Sets or returns the port IF bandwidth. |
|
ISegment5 |
Sets or returns the SA data threshold. |
|
ISegment4 |
Sets or returns the SA multitone reference. |
|
ISegment4 |
Sets or returns the SA vector average. |
|
ISegment5 |
Sets or returns the SA video bandwidth. |
|
ISegment |
Returns the number of the current segment. |
|
ISegment3 |
Enable or disable shift LO. |
|
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 |
|
ISegment3 |
Sets or returns the sweep mode. |
|
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 VNA Rev: |
ISegment |
1.0 |
ISegment2 |
7.1 |
ISegment3 |
12.85 |
ISegment4 |
13.50 |
ISegment5 |
13.50 |