Read-only |
About Cal Sets |
Description |
Returns error term data from the Cal Set by specifying the string name. Learn more about Reading and Writing Cal Data See examples of Reading and Writing Cal Set Data Note: This method exists on a non-default interface. If you cannot access this method, use GetErrorTermByString |
VB Syntax |
ICalData3.GetErrorTermComplexByString setNumber, errorTerm, numPoints, real(0), imag(0) |
Variable |
(Type) - Description |
ICalData3 |
An ICalData3 pointer to a CalSet (Object) |
setNumber |
(Long) There can be more than one set of error terms in a Cal Set.
|
errorTerm |
(String) The string name of error term in the Cal Set. An example string for port 3 directivity in a full 2 port cal might be "Directivity(3,3)". For a list error term string names, use Get ErrorTermList2 |
numPoints |
(Long) An In/Out parameter. On the way in, you specify the max number of values being requested. On the way out, the VNA returns number of values actually returned. |
real |
(Single) The real component of the complex data. |
imag |
(Single) The imaginary component of the complex data. |
Return Type |
Single |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT GetErrorTermComplexByString(long etermSetID, BSTR bufferName, long* lnumPoints, single* real, single* imag); |
Interface |
ICalData3 |