update help and comments
Build on RHEL9 docker image / build (push) Successful in 3m52s
Build on RHEL8 docker image / build (push) Successful in 4m51s
Run Simulator Tests on local RHEL9 / build (push) Successful in 14m40s
Run Simulator Tests on local RHEL8 / build (push) Successful in 17m5s

This commit is contained in:
2026-03-19 15:23:50 +01:00
parent 614b5c56d9
commit 2372f93dd9
6 changed files with 12 additions and 20 deletions
+3 -3
View File
@@ -3521,7 +3521,7 @@ class Detector(CppDetectorApi):
def runclk(self):
"""
[Ctb][Xilinx Ctb] Sets Run clock frequency in MHz. \n
Accepts floating point inputs
Accepts decimal inputs
"""
freq_hz = element_if_equal(self.getRUNClock())
@@ -3613,7 +3613,7 @@ class Detector(CppDetectorApi):
def dbitclk(self):
"""
[Ctb][Xilinx Ctb] Sets clock for latching the digital bits in MHz. \n
Accepts floating point inputs
Accepts decimal inputs
"""
freq_hz = element_if_equal(self.getDBITClock())
if isinstance(freq_hz, list):
@@ -3750,7 +3750,7 @@ class Detector(CppDetectorApi):
def adcclk(self):
"""
[Ctb][Xilinx Ctb] Sets ADC clock frequency in MHz. \n
Accepts floating point inputs
Accepts decimal inputs
"""
freq_hz = element_if_equal(self.getADCClock())