CAEN FERS Library v1.3.0
SDK for FERS systems
Loading...
Searching...
No Matches
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)
 
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.
 

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