mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
Added DACs for ne chiptestboard; fixed problem on dac14/highvoltage for moench
This commit is contained in:
@ -361,7 +361,13 @@ enum dacIndex {
|
||||
TEMPERATURE_10GE, /**< temperature sensor (close to 10GE) */
|
||||
TEMPERATURE_DCDC, /**< temperature sensor (close to DCDC) */
|
||||
TEMPERATURE_SODL, /**< temperature sensor (close to SODL) */
|
||||
TEMPERATURE_SODR /**< temperature sensor (close to SODR) */
|
||||
TEMPERATURE_SODR, /**< temperature sensor (close to SODR) */
|
||||
V_POWER_A = 100, /**new chiptest board */
|
||||
V_POWER_B = 101, /**new chiptest board */
|
||||
V_POWER_C = 102, /**new chiptest board */
|
||||
V_POWER_D = 103, /**new chiptest board */
|
||||
V_POWER_IO =104, /**new chiptest board */
|
||||
V_POWER_CHIP=105 /**new chiptest board */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user