Segment Object


Description

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.

Accessing a Segment object and setting Segment Properties

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

See Also:

Methods

 

 

None

 

 

Properties

Interface

Description

centerFrequency

ISegment

Sets or returns the center frequency of the segment.

Shared with the Channel Object

DwellTime

ISegment

Dwell time value.

Shared with the Channel Object

FrequencySpan

ISegment

Sets or returns the frequency span of the segment.

Shared with the Channel Object

IFBandwidth

ISegment

Sets or returns the IF Bandwidth of the segment.

Shared with the Channel Object and Cal Set object.

NumberOfPoints

ISegment

Sets or returns the Number of Points of the segment.

Shared with the Channel Object

SegmentNumber

ISegment

Returns the number of the current segment.

StartFrequency

ISegment

Sets or returns the start frequency of the segment.

Shared with the Channel Object

State

ISegment

Turns On or OFF a segment.

StopFrequency

ISegment

Sets or returns the stop frequency of the segment.

Shared with the Channel Object

SweepTime

ISegment2

Sets or returns the sweep time of the segment.

Shared with the Channel Object

TestPortPower

ISegment

Sets or returns the RF power level of the segment.

Shared with the Channel Object

 

ISegment History

Interface

Introduced with PNA Rev:

ISegment

1.0

ISegment2

7.1