Description of Functions
CT440
125
Data Handling Functions
Return value
> 0: indicates the available number of (resampled) data points in
dArray and the corresponding data values.
-1: the operation failed.
Data type: int32
Example
int32_t iArraySize = CT440_GetNbDataPointsResampled(uiHandle);
double *dWavelength=(double*)calloc(iArraySize,sizeof(double));
ScanGetWavelengthResampledArray(uiHandle,dWavelength,
iArraySize);
free(dWavelength);
The result of the operation is the array dWavelength [0 to iArraySize - 1]
containing all the re-sampled wavelength values.
CT440_ScanGetWavelengthResampledArray
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: ......