Use this interface to list, save, and delete Cal Sets.
Get a handle to a the CalManager with the app.GetCalManager Method.
Dim app As AgilentPNA835x.Application
Set app = CreateObject("AgilentPNA835x.Application", <analyzerName>)
Dim mgr as ICalManager
Set mgr = app.GetCalManager
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
ICalManager5 |
Specifies the channel to sweep during a Calibration. |
|
ICalManager9 |
Provides access to CalibrateAllChannels object. |
|
ICalManager10 |
Creates a single S2P file from two existing files. |
|
ICalManager10 |
Characterizes an adapter/fixture based on two calsets. |
|
ICalManager |
Creates a new Cal Set |
|
ICalManager2 |
Creates an FCA cal object. |
|
ICalManager5 |
Creates a custom cal object. |
|
ICalManager8 |
De-embeds a fixture from an existing Cal Set based on an S2P file. |
|
ICalManager |
Deletes a Cal Set |
|
ICalManager5 |
Set the 'show' state of the window to be displayed during a calibration. |
|
ICalManager5 |
Clears the flags for windows to be shown during calibrations. |
|
ICalManager8 |
Embeds a fixture into an existing Cal Set based on an S2P file. |
|
ICalManager11 |
Generate a new ENR file by embedding an adapter to an existing ENR file. |
|
ICalManager4 |
Returns an array of Cal Set names being stored on the VNA. |
|
ICalManager |
Get a handle to a Cal Set |
|
ICalManager |
Superseded with EnumerateCalSets |
|
ICalManager |
Returns the Cal Set ID and Error Term ID currently in use |
|
ICalManager2 |
Query for a list of available calibration types. |
|
ICalManager6 |
Returns the ECalUserCharacterizer object. |
|
ICalManager |
Superseded with CalSet.Save |
|
ICalManager5 |
Clears ALL flags for channels to sweep during calibration. |
|
ICalManager12 |
Creates a new S4P file. |
|
Properties |
||
ICalManager13 |
Provides access to CalibrateAllChannels object for setting up more than one CalibrateAllChannels instances. This command takes an input calibration number. See the programming example. |
|
ICalManager |
Collection for iterating through all the Cal Sets in the analyzer. |
|
ICalManager7 |
Collection of ECal Modules that are connected to the VNA. |
|
ICalManager3 |
Used to perform a Guided Calibration. |
|
ICalManager9 |
Used to perform a Phase Reference Calibration. |
Interface |
Introduced with VNA Rev: |
ICalManager |
2.0 |
CalManager2 |
3.1 |
CalManager3 |
3.5 |
CalManager4 |
5.0 |
ICalManager5 |
8.0 |
ICalManager6 |
8.3 |
ICalManager7 |
8.5 |
ICalManager8 |
9.33 |
ICalManager9 |
|
ICalManager10 |
10.15 |
ICalManager11 |
12.50.01 |
ICalManager12 |
|
ICalManager13 |
12.90 |