mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 07:55:54 +01:00
jungfrau: comp disable time
This commit is contained in:
@@ -450,6 +450,8 @@ int powerChip(int on);
|
||||
int isChipConfigured();
|
||||
void configureChip();
|
||||
int autoCompDisable(int on);
|
||||
int setComparatorDisableTime(int64_t val);
|
||||
int64_t getComparatorDisableTime();
|
||||
void configureASICTimer();
|
||||
int setClockDivider(enum CLKINDEX ind, int val);
|
||||
int getClockDivider(enum CLKINDEX ind);
|
||||
|
||||
@@ -258,4 +258,6 @@ int get_chip_version(int);
|
||||
int get_default_dac(int);
|
||||
int set_default_dac(int);
|
||||
int get_gain_mode(int);
|
||||
int set_gain_mode(int);
|
||||
int set_gain_mode(int);
|
||||
int get_comp_disable_time(int);
|
||||
int set_comp_disable_time(int);
|
||||
Reference in New Issue
Block a user