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)
Source3 (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 VNA x-axis. |
|
IFOM |
Object |
|
IFOM |
Returns the number of FOM ranges available on the VNA. |
|
IFOM |
Turns Frequency Offset ON and OFF. |
Interface |
Introduced with VNA Rev: |
IFOM |
7.10 |