Write-only
About Cal Sets

PutErrorTerm Method  Superseded


Description

This command is replaced with PutErrorTermByString

Puts error term data into the Cal Set.

Learn more about Reading and Writing Cal Data

See examples of Reading and Writing Cal Set Data

 VB Syntax

CalSet.putErrorTerm (term, rcv, src, data)

Variable

(Type) - Description

CalSet

(Object) A CalSet Object

term

(enum As NaErrorTerm2) Error Term. Choose from:

0 - naET_Directivity    (src = rcv)

1 - naET_SourceMatch  ( src = rcv)

2 - naET_ReflectionTracking  (src = rcv)

3 - naET_TransmissionTracking  (src ¹ rcv)

4 - naET_LoadMatch  (src ¹ rcv)

5 - naET_Isolation (src ¹ rcv)

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). The data must be complex pairs.

Note: See also PutErrorTermComplex on the ICalData2 interface to avoid using the variant data type.

Return Type

Not Applicable

Default

Not Applicable

Examples

See an Example

C++ Syntax

HRESULT putErrorTerm(tagNAErrorTerm2 ETerm, long ReceivePort, long SourcePort, VARIANT varData)

Interface

ICalSet