g2: dbitpipeline

This commit is contained in:
2021-08-11 18:01:28 +02:00
parent 7a76064223
commit 9a777b13bb
16 changed files with 258 additions and 211 deletions

View File

@ -2661,7 +2661,12 @@ class Detector(CppDetectorApi):
@property
@element
def dbitpipeline(self):
"""[Ctb] Pipeline of the clock for latching digital bits. """
"""[Ctb][Gotthard2] Pipeline of the clock for latching digital bits.
Note
----
[CTB] Options: 0 - 255
[Gotthard2] Options: 0 - 7
"""
return self.getDBITPipeline()
@dbitpipeline.setter