Write-only

 

CreateCustomCalEx Method


Description

Returns IGuidedCalibration for the specified channel.

With a handle to the IGuidedCalibration interface, you can query it for the following objects for properties appropriate to the calibration setup for the particular meastype (channel).

IGuidedCalibration interface is used to configure a calibration (specify connectors, cal kits, and so forth).  It is also used to access any custom calibration properties required for unique application channels like Noise Figure or Gain Compression.  To access these special properties, make this call on the IGuidedCalibration interface:

CustomInterface = IGuidedCalibration.CustomCalConfiguration();

The interface returned by this call can be used to set and get the custom properties on the following application cal objects:

Note: Use CreateCustomCal_Method to create FCA calibration objects.

VB Syntax

calmgr.CreateCustomCalEx (chan)

Variable

(Type) - Description

calMgr

Cal Manager (Object)

chan

(long integer) Channel number in which to create the Cal object.

Return Type

IGuidedCalibration

Default

Not Applicable

Examples

Dim guidedcal
Set guidedcal = CalManager.CreateCustomCalEx(1)

See Also

C++ Syntax

HRESULT CreateCustomCalEx(long  channel, IDispatch** ppObject);

Interface

ICalManager5


Last Modified:

22-Jul-2009

Added description text per SW

29-May-2007

MN New topic