CAEN FERS Library v1.1.4
SDK for FERS systems
API

FERSlib Application programmin interface. More...

Collaboration diagram for API:

Modules

 Library info
 
 Messaging and errors
 
 Open/Close
 
 Read/Write registers
 
 Pedestal
 
 Board info
 
 Read sensors temperature
 
 High Voltage control
 
 FERS configuration
 
 Data readout
 
 Firmware upgrade
 
 A5256 adapter
 

Functions

int FERS_DumpBoardRegister (int handle)
 Dump the board register information to a file. More...
 
int FERS_DumpCfgSaved (int handle)
 Dump the saved configuration. More...
 
int FERS_DisableThrCalib (int handle)
 Disable threshold calibration. More...
 

Detailed Description

FERSlib Application programmin interface.

Function Documentation

◆ FERS_DumpBoardRegister()

int FERS_DumpBoardRegister ( int  handle)

Dump the board register information to a file.

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

◆ FERS_DumpCfgSaved()

int FERS_DumpCfgSaved ( int  handle)

Dump the saved configuration.

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

◆ FERS_DisableThrCalib()

int FERS_DisableThrCalib ( int  handle)

Disable threshold calibration.

Parameters
[in]handleBoard handle
Returns
0 on success, or a negative error code as defined in FERSLIB_ErrorCodes