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:
Primary
Source
Receivers
Source2 (if present)
External devices can appear in the list of range names. Learn more.
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
Method |
InterfaceSee History |
Description |
---|---|---|
IFOM |
|
|
Property |
Interface |
Description |
IFOM |
Sets the range to be displayed on the PNA x-axis. |
|
IFOM |
Object |
|
IFOM |
Returns the number of FOM ranges available on the PNA. |
|
IFOM |
Turns Frequency Offset ON and OFF. |
Interface |
Introduced with PNA Rev: |
IFOM |
7.10 |