| Write-only | About Cal Sets | 
| Description | This command is replaced with PutStandardComplexByString Puts standards acquisition data into the Cal Set. Learn more about Reading and Writing Cal Data | |||||||||||||||||||
| VB Syntax | ICalData2.putStandardComplex class, rcv, src, numPts,real(),imag() | |||||||||||||||||||
| Variable | (Type) - Description | |||||||||||||||||||
| ICalData2 | An ICalData2 pointer to the Cal Set object | |||||||||||||||||||
| class | (enum NACalClass) Standard. Choose from: 
 | |||||||||||||||||||
| rcv | (long) - Receiver Port | |||||||||||||||||||
| src | (long) - Source Port | |||||||||||||||||||
| numPts | (long) - The number of data points in the real and imaginary arrays. | |||||||||||||||||||
| real() | (single) - one-dimensional array containing the real part of the acquisition data. (0:points-1) | |||||||||||||||||||
| imag() | (single) - one-dimensional array containing the imaginary part of the acquisition data. (0:points-1) | |||||||||||||||||||
| Return Type | Not Applicable | |||||||||||||||||||
| Default | Not Applicable | |||||||||||||||||||
| Examples | Dim sdata As ICalData2 | |||||||||||||||||||
| C++ Syntax | HRESULT putStandardComplex(tagNACalClass stdclass, long ReceivePort, long SourcePort, long lNumValues, float* pReal, float* pImag) | |||||||||||||||||||
| Interface | ICalData2 |