mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-10 05:38:40 +01:00
added gated clk for another pll for ctb
This commit is contained in:
@@ -1562,6 +1562,12 @@ class Detector {
|
||||
/** [CTB][Moench] */
|
||||
void setRUNClock(int value_in_MHz, Positions pos = {});
|
||||
|
||||
/** [CTB] */
|
||||
Result<int> getGatedClock(Positions pos = {}) const;
|
||||
|
||||
/** [CTB] */
|
||||
void setGatedClock(int value_in_MHz, Positions pos = {});
|
||||
|
||||
/** [CTB][Moench] in MHZ */
|
||||
Result<int> getSYNCClock(Positions pos = {}) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user