Description of Functions
CT440
155
Instrument Information Functions
CT440_GetCT440DSPver
Applicability
All models of CT440.
Description
This function returns the DSP firmware version of the CT440
connected to your computer.
Declaration
int32_t CT440_CT440_GetCT440DSPver(uint64_t uiHandle,
int32_t * iDSPversion);
Parameters
uiHandle
Handle returned from
CT440_Init
Type: Input
Data type: unsigned int64
iDSPversion
Pointer to a variable that stores the version of the DSP firmware.
Type: Input/Output
Data type: int32*
Return value
0: the operation succeeded.
-1: the operation failed.
Data type: int32
Example
int32_t *iDSPversion = 0;
iDSPversion = (int32_t *) calloc(1, sizeof(int32_t));
CT440_GetCT440DSPver(uiHandle, iDSPversion);
printf("DSP firmware version : %d ", *iDSPversion);
free(iDSPversion);
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: ......