CalibrateAllChannels Object


Description

Use this interface to Calibrate All Channels.

See Cal All Channels limitations.

Accessing the CalibrateAllChannels Object

Dim app as AgilentPNA835x.Application

Dim CalMgr

Set CalMgr = app.GetCalManager

Dim calAll

Set calAll = CalMgr.CalibrateAllChannels

'Then get a handle to the GuidedCal object

Dim guidedCal

Set guidedCal = CalAll.GuidedCalibration

See Also:

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

In the following table ICalibrateAllChannels is abbreviated to ICalAllChans

Methods

Interface

See History

Description

Reset

ICalAllChans

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

Properties

 

 

CalibrationPorts

ICalAllChans

For each channel, sets and returns the ports to be calibrated.

Channels

ICalAllChans

Sets and returns the list of channels to be calibrated during the Cal All session.

GeneratedCalsets

ICalAllChans

Returns the cal set names that were produced by the cal all session.

GuidedCalibration

ICalAllChans

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

IFBW

ICalAllChans

Sets and returns the IFBW for a Cal All calibration

IndependentPowerCalibration

ICalAllChans2

Returns a handle to an IndependentPowerCalibration object. Use this to add a power calibration for any port during a Cal All.

PathConfigurationElement

ICalAllChans

Sets and returns the Path Configuration settings for a Cal All calibration.

PowerLevel

ICalAllChans

Sets and returns the power level at which a Cal All calibration is to be performed.

PowerOffset

ICalAllChans

Sets and returns the power offset value for a Cal All calibration.

PropertyNames

ICalAllChans

Returns the settable properties for the current cal all session

PropertyValue

ICalAllChans

Sets and returns a value for a specific property name

PropertyValues

ICalAllChans

Returns the valid property values for a specific property name:

ReceiverAttenuator

ICalAllChans

Sets and returns the Receiver Attenuator setting for a Cal All calibration.

SourceAttenuator

ICalAllChans

Sets and returns the Source Attenuator setting for a Cal All calibration.

SParameterCalPorts

ICalAllChans

Returns a list of ports to be calibrated.

UserCalsetPrefix

ICalAllChans

Sets and returns the prefix to be used when saving User CalSets that result from the Cal All session.

ICalibrateAllChannels History

Interface

Introduced with PNA Rev:

ICalibrateAllChannels

9.50

ICalibrateAllChannels2

10.60

 

Last modified:

3-Jan-2012

New topic