Write-only
About Cal Sets

PutStandardComplexByString


Description

Puts standard acquisition data into the Cal Set.

Learn more about Reading and Writing Cal Data

See examples of Reading and Writing Cal Set Data.

 VB Syntax

ICalData3.PutStandardComplexByString(stdName, lnumPoints , real(o) , imag(0))

Variable

(Type) - Description

ICalData3

An ICalData3 pointer to a Cal Set object.

stdName

(String) The string used to identify a particular standard in the Cal Set.  An example string requesting the data for the Load standard in a full 2 port cal might be "S11C(3,3)".

lnumpoints

(long) - The number of data points in the real and imaginary arrays.

real

(Single) The real component of the complex data.

imag

(Single) The imaginary component of the complex data.

Return Value

Single

Default

Not Applicable

Examples

See an Example

C++ Syntax

HRESULT PutStandardComplexByString( BSTR bufferName,  long  lnumPoints, float* real, float* imag);

Interface

ICalData3