Write-only |
About Cal Sets |
Description |
Puts standard acquisition data into the Cal Set. Learn more about Reading and Writing Cal Data |
VB Syntax |
PutStandardByString(stdName, vdata) |
Variable |
(Type) - Description |
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)". |
vdata |
(Variant) The variant containing a safearray of variants. This data is usually two dimensional. Note: The vardata array is a safearray of variants wrapped in a variant. This structure is compatible with scripting clients who can only use variants. For alternative methods that used typed arrays, see ICalData3. |
Return Type |
Not Applicable |
Default |
Not Applicable |
Examples |
|
C++ Syntax |
HRESULT PutStandardByString( BSTR bufferName, VARIANT vardata); |
Interface |
ICalSet2 |