mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00

* vicin default changed to 800, only setting vthx directly allows to set dac even if counter disabled, else disable counter, setallthresholdenergy if an energy is -1, get module value, fix that reg was repaced by isettings * vth3 disabled for interpolation enable, interpolation disable sets counter mask to what it was before (updating old mask whn setting counter mask except for setting all counters for interpolation enable) and enabling vth3 if counter was enabled * refactor and test for previous commit * pump probe only has vth2 enabled, handles both pump probe mode and interpolation mode as well * wip * refactored pump probe and interpolation and added to setmodule * check dacs and trimbits out of range for setmodule (not just threshold) * binaries in * m3: pump probe and interpolation mutually exclusive * minor
15 lines
445 B
C
15 lines
445 B
C
// SPDX-License-Identifier: LGPL-3.0-or-other
|
|
// Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
/** API versions */
|
|
#define GITBRANCH "developer"
|
|
#define APILIB 0x220408
|
|
#define APIRECEIVER 0x220408
|
|
#define APIGUI 0x220328
|
|
#define APICTB 0x220524
|
|
#define APIGOTTHARD 0x220524
|
|
#define APIJUNGFRAU 0x220524
|
|
#define APIMOENCH 0x220519
|
|
#define APIEIGER 0x220524
|
|
#define APIGOTTHARD2 0x220602
|
|
#define APIMYTHEN3 0x220607
|