Description of Functions
CT440
105
Configuration Functions
Return value
0: the operation succeeded.
-1: the operation failed.
Data type: int32
Example
uint32_t *uiResolution = 0;
uiResolution = (uint32_t *) calloc(1, sizeof(uint32_t));
*uiResolution = 5;
CT440_SetScan(uiHandle, 1.0, 1500.0, 1600.0, uiResolution);
free(uiResolution);
CT440_SetDetectorArray
Applicability
All models of CT440.
Description
This function enables the CT440 detectors and the
Analog In
BNC
port so that data can be read from these ports.
Detector 1 is always enabled.
The number of enabled detectors impacts the number of points
available for measurements (see functions
CT440_ScanGetWavelengthSyncArray
CT440_ScanGetWavelengthResampledArray
CT440_ScanGetPowerResampledArray
CT440_ScanGetDetectorResampledArray
In the GUI, this function corresponds to the
Source
selection setting
in the
Trace X Parameters
window.
Declaration
int32_t CT440_SetDetectorArray(uint64_t uiHandle,
rEnable eDect2,
rEnable eDect3,
rEnable eDect4,
rEnable eExt);
CT440_SetScan
Содержание CT440 Series
Страница 1: ...User Guide CT440 Passive Optical Component Tester www EXFO com...
Страница 6: ......
Страница 30: ......
Страница 96: ......
Страница 162: ......