Description of Functions
132
CT440
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
If the eDetector parameter is set to DE_5 and the
page 108 is set to DISABLE, the value returned by the
CT440_ScanGetDetectorArray function is the voltage measured at the
Analog In
BNC port.
Example
int32_t iArraySize = CT440_GetNbDataPoints(uiHandle);
double *dPowerdet =(double*)calloc(iArraySize,sizeof(double));
ScanGetDetectorArray(uiHandle,DE_1,dPowerdet,iArraySize);
free(dPowerdet);
The result of the operation is the array dPowerdet [0 to iArraySize - 1]
containing all the measured transfer function values.
CT440_ScanGetDetectorArray
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: ......