Read-only
About Cal Sets

GetStandardByString Method


Description

Returns standard acquisition data from the Cal Set. The returned data is complex pairs.

Learn more about Reading and Writing Cal Data

See examples of Reading and Writing Cal Set Data

 VB Syntax

data = calSet.GetStandardByString(stdName)

Variable

(Type) - Description

data

(Variant) Two-dimensional safe array to store the returned data. Memory for the returned Variant is allocated by the PNA and must be released by client.

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

calSet

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)".

Return Type

Variant

Default

Not Applicable

Examples

See an example

C++ Syntax

HRESULT GetStandardByString( BSTR bufferName, VARIANT* pdata)

Interface

ICalSet2