Description of Functions
98
CT440
Initialization Functions
Initialization Functions
CT440_Init
Applicability
All models of CT440.
Description
This function initializes the DLL for connection to a CT440 and
returns a handle.
If the DSP version of the CT440 is not compatible with the DLL in
use, a pop-up window prompts you to automatically upgrade the
DSP firmware.
Declaration
uint64_t CT440_Init(int32_t *iError);
Parameter
iError
Initialized variable that stores the error code
(-1001) produced in case the DSP version is not compatible with the
CT440 library version.
Type: Input/Output
Data type: int32
Return value
Handle used in subsequent functions.
0: the initialization failed.
> 0: the initialization succeeded.
Data type: unsigned int64
Example
int32_t iError = 0;
uint64_t uiHandle;
uiHandle = CT440_Init(&iError);
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: ......