mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
added gated clk for another pll for ctb
This commit is contained in:
@ -2833,6 +2833,16 @@ class Detector(CppDetectorApi):
|
||||
def runclk(self, freq):
|
||||
ut.set_using_dict(self.setRUNClock, freq)
|
||||
|
||||
@property
|
||||
@element
|
||||
def gatedclk(self):
|
||||
"""[Ctb][Moench] Run clock in MHz."""
|
||||
return self.getGatedClock()
|
||||
|
||||
@gatedclk.setter
|
||||
def gatedclk(self, freq):
|
||||
ut.set_using_dict(self.setGatedClock, freq)
|
||||
|
||||
@property
|
||||
@element
|
||||
def romode(self):
|
||||
|
Reference in New Issue
Block a user