| Write-only | About Cal Sets | 
| Description | Puts error term data into the Cal Set. Learn more about Reading and Writing Cal Data | 
| VB Syntax | ICalData3.PutErrorTermComplexByString errorName, lnumPoints, real(0), imag(0) | 
| Variable | (Type) - Description | 
| ICalData3 | An ICalData3 pointer to a Cal Set 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. | 
| lnumPoints | (Long) The number of data points in the real and imaginary arrays. | 
| real | (Single) The real component of the complex data. | 
| imag | (Single) The imaginary component of the complex data. Note: The size of the real and imaginary arrays should be the same. | 
| Return Value | Not Applicable | 
| Default | Not Applicable | 
| Examples | |
| C++ Syntax | HRESULT PutErrorTermComplexByString( BSTR bufferName, long lnumPoints, float* real, float* imag); | 
| Interface | ICalData3 |