PhaseReferenceCalibration Object


Description

Use this interface to perform a Phase Reference Calibration. This calibration is performed as a 'Tier 1' cal. After it is performed and saved, it can then be recalled into an SMC+Phase Calibration.

Accessing the PhaseReferenceCalibration Object

Dim app as AgilentPNA835x.Application

Dim CalMgr

Set CalMgr = app.GetCalManager

Dim phaseRefCal

Set phaseRefCal = CalMgr.PhaseReferenceCalibration

'Then get a handle to the GuidedCal object

Dim guidedCal

Set guidedCal = phaseRefCal.GuidedCalibration

See Also:

(Bold Methods or Properties provide access to a child object)

In the following table IPhaseReferenceCalibration is abbreviated to IPhaseRefCal

Methods

Interface

See History

Description

GetConnectedPhaseReferences

IPhaseRefCal

Reads the ID strings of the phase references that are currently connected to the PNA USB

Reset

IPhaseRefCal

Resets all properties associated with the Cal All session to their default values.

Properties

 

 

CalKitType

IPhaseRefCal2

Sets and returns the Cal Kit to be used during the S-parameter portion of a Phase Reference calibration.

CalSet

IPhaseRefCal

Sets and reads the Cal Set name into which the calibration will be saved.

GuidedCalibration

IPhaseRefCal

Provides access to the GuidedCal object. Use this to perform the Calibration.

IncludePort

IPhaseRefCal2

Sets and returns the enable state for the specified port.

IncludeUnknownMixer

IPhaseRefCal2

Sets and returns the state of Unknown Mixer calibration.

PhaseReference

IPhaseRefCal

Sets and returns the Phase Reference ID to be used for the Phase Reference calibration.

SourceAttenuator

IPhaseRefCal

Sets and returns the Source Attenuator setting.

StartFrequency

IPhaseRefCal

Sets and returns the phase reference cal start frequency.

StopFrequency

IPhaseRefCal

Sets and returns the phase reference cal stop frequency.

UnknownMixerInputPower

IPhaseRefCal2

Sets and returns the input power level to the unknown mixer.

UnknownMixerLOFrequency

IPhaseRefCal2

Sets and returns the LO Frequency of the unknown mixer.

UnknownMixerLOPower

IPhaseRefCal2

Sets and returns the LO power level to the unknown mixer.

IPhaseReferenceCalibration History

Interface

Introduced with PNA Rev:

IPhaseReferenceCalibration

9.70

 

Last modified:

11-Mar-2012

New topic