FOMRange Object


Description

The FOM Range object provides access to the properties and methods for configuring a specific Range for frequency offset measurements.

Accessing an FOMRange object

Get a handle to a FOM Range by specifying an item in the FOM collection.

The FOM range items are typically numbered as follows:

  1. Primary

  2. Source

  3. Receivers

  4. Source2 (if present)

External devices can appear in the list of range names. Learn more.

Dim app as AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)

Dim ranges as FOM
Set ranges = app.ActiveChannel.FOM
ranges.item(2).Coupled = False

See Also:

Method

Interface

See History

Description

None

 

 

Property

Interface

Description

Coupled

IFOMRange

Sets and returns the state of coupling (ON or OFF) of this range to the primary range.

CWFrequency

IFOMRange

Set the Continuous Wave (CW) frequency.

Divisor

IFOMRange

Sets and returns the Divisor value to be used when coupling this range to the primary range.

Multiplier

IFOMRange

Sets and returns the Multiplier value to be used when coupling this range to the primary range.

Name

IFOMRange

Returns the name of this FOM range object.

Offset

IFOMRange

Sets and returns the offset value to be used when coupling this range to the primary range.

rangeNumber

IFOMRange

Returns the index number of the range within the FOM collection.

Segments

IFOMRange

Collection - Used to add segment sweep capability to a range.

StartFrequency

IFOMRange

Sets or returns the start frequency of this FOM Range.

StopFrequency

IFOMRange

Sets or returns the stop frequency of this FOM Range.

Sweep Type

IFOMRange

Sets the type of range sweep.

Note: Use the Start Power and Stop Power settings from the channel object.

FOM History

Interface

Introduced with PNA Rev:

IFOM

7.10