FOM Collection


Description

The FOM collection provides access to the source and receiver range objects which are used for configuring frequency offset measurements.

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.

Accessing the FOM Collection and FOMRange objects

Dim app as AgilentPNA835x.Application
Dim chan as Channel
Set chan = app.ActiveChannel

Dim ifom as FOM
Set ifom = chan.FOM

ifom.item(2).Coupled = false

See Also:

Method

Interface

See History

Description

Item

IFOM

 

Property

Interface

Description

DisplayRange

IFOM

Sets the range to be displayed on the PNA x-axis.

FOMRange

IFOM

Object

RangeCount

IFOM

Returns the number of FOM ranges available on the PNA.

State

IFOM

Turns Frequency Offset ON and OFF.

FOM History

Interface

Introduced with PNA Rev:

IFOM

7.10