added gated clk for another pll for ctb

This commit is contained in:
2022-09-28 17:35:45 +02:00
parent bac32dcba9
commit c0eeae6d6d
12 changed files with 174 additions and 85 deletions

View File

@ -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):