mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-09-06 13:20:57 +02:00
1010/jf chip version1.2 part 1 (#1518)
* chipversion changed to chipversioninfpga, chipindex, vals and type introduced with string for 3 different types for chip v1.2 and 1.3. * changed chipversion to chipindex (more apt?) and refactored * fix without the list.h * formatting * scanning string instead of int from server config file for version * scan works in config now * chip versions =1.2 divided again * minor refactoring * formatting * startup set features allowed with chip index * fixed existing features * updated features for chip (dacs not done) * fixed a test * fixed another test and removed and unused reg * fixed check for storage cell feature * jf binary in * diable a test for github checking rx_missing packets * removed a comment * formatting * changed some minor comments specifying v1.1 * server binary in * minor * removed comment. minor * use has feature functions and fix reverse bits using configuration * binary in * minor * minor * updated fw versioning (not compatible with old) * binary in * moved storage cell delay also to storage cell reg and removed 2 reg field defines that is not used anymore * binary in
This commit is contained in:
@@ -2622,7 +2622,7 @@ class Detector(CppDetectorApi):
|
||||
@element
|
||||
def chipversion(self):
|
||||
"""
|
||||
[Jungfrau] Chip version of module. Can be 1.0 or 1.1.
|
||||
[Jungfrau] Chip version of module. Can be 1.0, 1.1 or 1.2.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user