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

@@ -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;