Write-only |
About Cal Sets |
Description |
This command is replaced with PutErrorTermComplexByString Puts error term data into the Cal Set. Learn more about Reading and Writing Cal Data |
VB Syntax |
data.putErrorTermComplex term, rcv, src, numPts, real(), imag() |
Variable |
(Type) - Description |
data |
An ICalData2 pointer to a Cal Set object |
term |
(enum NAErrorTerm2) - The error term to be written. Choose from: 0 - naET_Directivity 1 - naET_SourceMatch 2 - naET_ReflectionTracking 3 - naET_TransmissionTracking 4 - naET_LoadMatch 5 - naET_Isolation |
rcv |
(long) - Receiver Port |
src |
(long) - Source Port |
numPts |
(long) - number of data points in the real and imaginary arrays. |
real() |
(single) - array containing the real part of the calibration data. One-dimensional: the number of data points. |
imag() |
(single) - array containing the imaginary part of the calibration data. One-dimensional: the number of data points. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
Dim eData As ICalData2 |
C++ Syntax |
HRESULT putErrorTermComplex(tagNAErrorTerm2 ETerm, long ReceivePort, long SourcePort, long* pNumValues, float* pReal, float* pImag) |
Interface |
ICalData2 |