Description of Functions
CT440
145
Data Handling Functions
Parameters
uiHandle
Handle returned from
CT440_Init
Type: Input
Data type: unsigned int64
iDataPoints
Pointer to a variable that stores the number of valid data points
measured by the CT440.
Type: Input/Output
Data type: unsigned int32
iDiscardPoints
Pointer to a variable that stores the index of the trigger pulse
associated with the first measured data point.
Type: Input/Output
Data type: unsigned int32
Return value
0: the operation succeeded.
-1: the operation failed.
Data type: int32
Example
int32_t iDataPoints;
int32_t iDiscardPoints;
CT440_GetNbDataPoints(uiHandle, &iDataPoints, &iDiscardPoints);
printf("Number of measured points: %d\n", iDataPoints);
printf("Index value of the trigger pulse associated with the first
measured data point: %d\n", iDiscardPoints);
CT440_GetNbDataPoints
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: ......