Write-only
 

GenerateErrorTerms Method


Description

Generates the error terms for the specified calibration type, stores the error terms in a Cal Set, saves the Cal Set, and returns the Cal Set GUID.

If ALL the data for the cal type has NOT been acquired an error message is returned.

Note: The manner in which the calibration is assigned to a Cal Set (Cal Register or User Cal Set) is determined by the setting of RemoteCalStoragePreference.

 VB Syntax

value = obj.GenerateErrorTerms

Variable

(Type) - Description

value

(String) - Variable to store the returned GUID or error message.

obj

Any of the following:

GuidedCalibration (object)

SMCType (object)

VMCType (object)

Return Type

String

Default

Not Applicable

Examples

string = SMC.GenerateErrorTerms

C++ Syntax

HRESULT GenerateErrorTerms(BSTR* calsetGUID);

Interface

IGuidedCalibration

SMCType

VMCType