Description of Functions
CT440
123
Data Handling Functions
Return value
> 0: indicates the available number of data points in dArray and
the corresponding data values.
-1: the operation failed.
Data type: int32
Example
int32_t iArraySize = CT440_GetNbDataPoints(uiHandle);
double
*dWavelengthSync=(double*)calloc(iArraySize,sizeof(double));
ScanGetWavelengthSyncArray(uiHandle,dWavelengthSync,iArraySiz
e);
free(dWavelengthSync);
The result of the operation is the array dWavelengthSync [0 to
iArraySize - 1] containing all the measured wavelength values.
CT440_ScanGetWavelengthSyncArray
Summary of Contents for CT440 Series
Page 1: ...User Guide CT440 Passive Optical Component Tester www EXFO com...
Page 6: ......
Page 30: ......
Page 96: ......
Page 162: ......