Write-only |
About Cal Sets |
Description |
This command is replaced with PutStandardByString Puts standard acquisition data into the Cal Set. Learn more about Reading and Writing Cal Data |
|||||||||||||||||||
VB Syntax |
CalSet.putStandard class, rcv, src, data |
|||||||||||||||||||
Variable |
(Type) - Description |
|||||||||||||||||||
CalSet |
(object) - A Cal Set object |
|||||||||||||||||||
class |
(enum NACalClass) Standard. Choose from:
|
|||||||||||||||||||
rcv |
(long) - Receiver Port |
|||||||||||||||||||
src |
(long) - 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 Put Standard Complex on the ICalData2 interface to avoid using the variant data type. |
|||||||||||||||||||
Return Type |
Not Applicable |
|||||||||||||||||||
Default |
Not Applicable |
|||||||||||||||||||
Examples |
||||||||||||||||||||
C++ Syntax |
HRESULT putStandard(tagNACalClass stdclass, long ReceivePort, long SourcePort, VARIANT varData) |
|||||||||||||||||||
Interface |
ICalSet |