Read-only
About Cal Sets

GetStandardComplexByString Method


Description

Returns standard acquisition data from the Cal Set.

Learn more about Reading and Writing Cal Data

See examples of Reading and Writing Cal Set Data

 VB Syntax

ICalData3.GetStandardComplexByString stdName, lnumPoints, real(0), imag(0)

Variable

(Type) - Description

ICalData3

An ICalData3 pointer to a CalSet (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) An In/Out parameter.

On the way in, you specify the max number of values being requested.

On the way out, the PNA 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 Value

Single  

Default

Not Applicable

Examples

See example

C++ Syntax

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

Interface

ICalData3