Description of Functions
CT440
143
Data Handling Functions
P3
Pointer over an initialized variable to store the power measured on
detector 3 (in dB).
Type: Input/Output
Data type: double*
P4
Pointer over an initialized variable to store the power measured on
detector 4 (in dB).
Type: Input/Output
Data type: double*
Vext
Pointer over an initialized variable to store the voltage measured on
the
Analog In
BNC port, located on the rear panel.
Type: Input/Output
Data type: double*
Return value
0: the operation succeeded.
-1: the operation failed.
Data type: int32
Example
double Pout, P1, P2, P3, P4, Vext;
CT440_ReadPowerDetectors(uiHandle,&Pout,&P1,&P2,&P3,&P4,&Ve
xt);
printf("P1:%f\n",P1);
printf("P2:%f\n",P2);
printf("P3:%f\n",P3);
printf("P4:%f\n",P4);
printf("Vext:%f\n",Vext);
CT440_ReadPowerDetectors
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: ......