|
CAEN FERS Library v1.3.0
SDK for FERS systems
|
Functions | |
| int | FERS_Get_TDC0_Temp (int handle, float *temp) |
| Get the temperature from picoTDC0 (on the board) | |
| int | FERS_Get_TDC1_Temp (int handle, float *temp) |
| Get the temperature from picoTDC1 (on the mezzanine) | |
| int | FERS_Get_FPGA_Temp (int handle, float *temp) |
| Get FPGA die temperature. | |
| int | FERS_Get_Board_Temp (int handle, float *temp) |
| Get Board temperature, between PIC and FPGA. | |
| int FERS_Get_TDC0_Temp | ( | int | handle, |
| float * | temp ) |
Get the temperature from picoTDC0 (on the board)
| [out] | temp | TDC temperature in Celsiuse |
| [in] | handle | Handle to the FERS device |
| int FERS_Get_TDC1_Temp | ( | int | handle, |
| float * | temp ) |
Get the temperature from picoTDC1 (on the mezzanine)
| [out] | temp | TDC temperature in Celsius |
| [in] | handle | Handle to the FERS device |
| int FERS_Get_FPGA_Temp | ( | int | handle, |
| float * | temp ) |
Get FPGA die temperature.
| [out] | temp | FPGA temperature in Celsius |
| [in] | handle | device handle |
| int FERS_Get_Board_Temp | ( | int | handle, |
| float * | temp ) |
Get Board temperature, between PIC and FPGA.
| [out] | temp | PIC board temperature in Celsius |
| [in] | handle | device handle |