|
CAEN FERS Library v1.3.0
SDK for FERS systems
|
Functions | |
| int | FERS_WritePedestals (int handle, uint16_t *PedLG, uint16_t *PedHG, uint16_t *dco) |
| Write Pedestal calibration. | |
| int | FERS_ReadPedestalsFromFlash (int handle, char *date, uint16_t *PedLG, uint16_t *PedHG, uint16_t *dco) |
| Read pedestal calibration and DC offset. | |
| int | FERS_PedestalBackupPage (int handle, int EnBckPage) |
| Switch to pedestal backup page. | |
| int | FERS_SetCommonPedestal (int handle, uint16_t Pedestal) |
| Set a common pedestal (applied to all channels after pedestal calibration) | |
| int | FERS_EnablePedestalCalibration (int handle, int enable) |
| Enable / Disabled pedestal calibration. | |
| int FERS_WritePedestals | ( | int | handle, |
| uint16_t * | PedLG, | ||
| uint16_t * | PedHG, | ||
| uint16_t * | dco ) |
Write Pedestal calibration.
| [in] | handle | device handle |
| [in] | PedLG | Low Gain pedestal array[64] |
| [in] | PedHG | High Gain pedestal array[64] |
| [in] | dco | DCoffset (use NULL to keep old values) |
| int FERS_ReadPedestalsFromFlash | ( | int | handle, |
| char * | date, | ||
| uint16_t * | PedLG, | ||
| uint16_t * | PedHG, | ||
| uint16_t * | dco ) |
Read pedestal calibration and DC offset.
| [in] | handle | device handle |
| [out] | date | date of calibration saved (DD/MM/YYYY) |
| [out] | PedLG | Log Gain pedestal array[64] |
| [out] | PedHG | High Gain pedestal array[64] |
| [out] | dco | DCoffset (DAC). 4 values. Use NULL pointer if not requested |
| int FERS_PedestalBackupPage | ( | int | handle, |
| int | EnBckPage ) |
Switch to pedestal backup page.
| [in] | handle | device handle |
| [in] | EnBckPage | EnBckPage: 0=normal page, 1=packup page |
| int FERS_SetCommonPedestal | ( | int | handle, |
| uint16_t | Pedestal ) |
Set a common pedestal (applied to all channels after pedestal calibration)
| [in] | handle | device handle |
| [in] | Pedestal | common pedestal |
| int FERS_EnablePedestalCalibration | ( | int | handle, |
| int | enable ) |
Enable / Disabled pedestal calibration.
| [in] | handle | Device handle |
| [in] | enable | disabled, enabled |