Read-only
 

CustomCalConfiguration Property


Description

Calibration for the following PNA Applications is performed using the GuidedCalibration Object. This command provides access to additional Properties and Methods which extends the GuidedCal Object.

Meas Type

Custom Cal Interface

Gain Compression

IGainCompressionCal Object

Noise Figure

INoiseCal Object

Swept IMD

ISweptIMD Cal Object

 

 VB Syntax

set custCal = cal.CustomCalConfiguration()

Variable

(Type) - Description

custCal

(object)  The handle to an interface that provides application-specific calibration properties..

cal

GuidedCalibration Object.

Return Type

Depends on the MeasType.  See above table.

Default

None

Examples

See examples:NoiseFigure GainCompression SweptIMD

C++ Syntax

HRESULT CustomCalConfiguration(IDispatch** value);

Interface

IGuidedCalibration4