Description of Functions
CT440
153
Instrument Information Functions
CT440_GetCT440Type
Applicability
All models of CT440.
Description
This function returns the type of CT440 connected to your computer.
Declaration
int32_t CT440_GetCT440Type(uint64_t uiHandle);
Parameter
uiHandle
Handle returned from
CT440_Init
Type: Input
Data type: unsigned int64
Return value
0: the CT440 model type is SMF.
1: the CT440 model type is PM13.
2: the CT440 model type is PM15.
-1: the operation failed.
For more details on the operating wavelength range of each model
type, see
Example
int32_t CT440Type =
CT440_GetCT440Type(uiHandle);
CT440_GetCT440Model
Applicability
All models of CT440.
Description
This function returns the model of the instrument connected to your
computer.
Declaration
int32_t CT440_GetCT440Model(uint64_t uiHandle);
Parameter
uiHandle
Handle returned from
CT440_Init
Type: Input
Data type: unsigned int64
Return value
0: the connected instrument is a CT440 with PDL option.
1: the connected instrument is a CT440 without PDL option.
-1: the operation failed.
Example
int32_t CT440Model =
CT440_GetCT440Model(uiHandle);
Содержание CT440 Series
Страница 1: ...User Guide CT440 Passive Optical Component Tester www EXFO com...
Страница 6: ......
Страница 30: ......
Страница 96: ......
Страница 162: ......