Write-only |
Data Access Map |
Description |
Note: This command is replaced by PutErrorTermByString Puts variant error term data into the error-correction buffer. 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
|
VB Syntax |
cal.putErrorTerm(term,rcv, src, data) |
Variable |
(Type) - Description |
cal |
A Calibrator (object) |
term |
(enum As NaErrorTerm) naErrorTerm_Directivity_Isolation |
rcv |
(long integer) - Receiver Port |
src |
(long integer) - Source Port |
data |
(variant) Error term data in a two-dimensional array (0:1, 0:numpts-1). |
To get this |
Specify these parameters: |
||
Error Term |
term |
rcv |
src |
Fwd Directivity |
naET_Directivity Isolation |
1 |
1 |
Rev Directivity |
naET_Directivity Isolation |
2 |
2 |
Fwd Isolation |
naET_Directivity Isolation |
2 |
1 |
Rev Isolation |
naET_Directivity Isolation |
1 |
2 |
Fwd Source Match |
naErrorTerm_Match |
1 |
1 |
Rev Source Match |
naErrorTerm_Match |
2 |
2 |
Fwd Load Match |
naErrorTerm_Match |
2 |
1 |
Rev Load Match |
naErrorTerm_Match |
1 |
2 |
Fwd Reflection Tracking |
naErrorTerm_Tracking |
1 |
1 |
Rev Reflection Tracking |
naErrorTerm_Tracking |
2 |
2 |
Fwd Trans Tracking |
naErrorTerm_Tracking |
2 |
1 |
Rev Trans Tracking |
naErrorTerm_Tracking |
1 |
2 |
Fwd Trans Tracking |
naErrorTerm_Tracking |
2 |
1 |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
Dim varError As
Variant |
C++ Syntax |
HRESULT putErrorTerm(tagNAErrorTerm ETerm, long ReceivePort, long SourcePort, VARIANT varData) |
Interface |
ICalibrator |