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