Write-only
About Performing a Calibration

CalculateErrorCoefficients Method


Description

This method is the final call in a calibration process. It calculates error-correction terms, turns error-correction ON and saves the error-correction terms to the channel’s Cal Register or a User Cal Set.

Do NOT use this command during an ECAL.

Note: The destination (Cal Register or User Cal Set) is determined by the setting of the RemoteCalStoragePreference property.

 VB Syntax

cal.CalculateErrorCoeffiecients

Variable

(Type) - Description

cal

Calibrator (object)

Return Type

Not Applicable

Default

Not Applicable

Examples

Cal.CalculateErrorCoeffiecients

C++ Syntax

HRESULT CalculateErrorCoefficients()

Interface

ICalibrator