Write-only
About Cal Sets

PutErrorTermByString Method


Description

Puts error term data into the Cal Set.

Learn more about Reading and Writing Cal Data

See examples of Reading and Writing Cal Set Data

 VB Syntax

calSet.PutErrorTermByString(errorName, vdata)

Variable

(Type) - Description

calSet

(Object) A CalSet Object

errorName

(String) The string name used to identify a particular error term in the Cal Set.  An example string for port 3 directivity in a full 2 port cal might be "Directivity(3,3)". To determine the string names of error terms, see GetErrorTermList2.

vdata

(Variant)  This data array is usually two dimensional. Each element is a type single. The two elements represent the real and imaginary parts of a complex pair.

Note:  This structure is compatible with scripting clients who can only use variants.  For alternative methods that use typed arrays, see ICalData3.

Return Type

Not Applicable

Default

Not Applicable

Examples

See an Example

C++ Syntax

HRESULT PutErrorTermByString(BSTR errorName, VARIANT vdata)

Interface

ICalSet2