CAEN FERS Library v1.1.4
SDK for FERS systems
Read sensors temperature
Collaboration diagram for Read sensors temperature:

Functions

int FERS_Get_TDC0_Temp (int handle, float *temp)
 Get the temperature from picoTDC0 (on the board) More...
 
int FERS_Get_TDC1_Temp (int handle, float *temp)
 Get the temperature from picoTDC1 (on the mezzanine) More...
 
int FERS_Get_FPGA_Temp (int handle, float *temp)
 Get FPGA die temperature. More...
 
int FERS_Get_Board_Temp (int handle, float *temp)
 Get Board temperature, between PIC and FPGA. More...
 

Detailed Description

Function Documentation

◆ FERS_Get_TDC0_Temp()

int FERS_Get_TDC0_Temp ( int  handle,
float *  temp 
)

Get the temperature from picoTDC0 (on the board)

Parameters
[out]tempTDC temperature in Celsiuse
[in]handleHandle to the FERS device
Returns
0 on success, or a negative error code as defined in FERSLIB_ErrorCodes

◆ FERS_Get_TDC1_Temp()

int FERS_Get_TDC1_Temp ( int  handle,
float *  temp 
)

Get the temperature from picoTDC1 (on the mezzanine)

Parameters
[out]tempTDC temperature in Celsius
[in]handleHandle to the FERS device
Returns
0 on success, or a negative error code as defined in FERSLIB_ErrorCodes

◆ FERS_Get_FPGA_Temp()

int FERS_Get_FPGA_Temp ( int  handle,
float *  temp 
)

Get FPGA die temperature.

Parameters
[out]tempFPGA temperature in Celsius
[in]handledevice handle
Returns
0

◆ FERS_Get_Board_Temp()

int FERS_Get_Board_Temp ( int  handle,
float *  temp 
)

Get Board temperature, between PIC and FPGA.

Parameters
[out]tempPIC board temperature in Celsius
[in]handledevice handle
Returns
0