Write-only |
About Cal Sets |
Description |
Puts error term data into the Cal Set. If this command is being used to modify a calset that is currently in use by the channel, you must send the following commands to see the effects of the change: Calset::Save Channel::ErrorCorrection = false Channel::ErrorCorrection = true
Learn more about Reading and Writing Cal 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 |
|
C++ Syntax |
HRESULT PutErrorTermByString(BSTR errorName, VARIANT vdata) |
Interface |
ICalSet2 |