documentation, wip

This commit is contained in:
2021-06-08 12:14:06 +02:00
parent e00c62a7a5
commit 6f54291a84
4 changed files with 21 additions and 16 deletions

View File

@ -1749,7 +1749,7 @@ class Detector(CppDetectorApi):
Note
----
[Eiger] Sets vcmp_ll, vcmp_lr, vcmp_rl, vcmp_rr and vcp to the same value. \n
[Mythen3] Sets vth1, vth2 and vth3 to the same value.
[Mythen3] Sets vth1, vth2 and vth3 to the same value for enabled counters.
"""
return self.getDAC(dacIndex.VTHRESHOLD)
@ -2381,6 +2381,7 @@ class Detector(CppDetectorApi):
Note
-----
Each element in list can be 0 - 2 and must be non repetitive.
Enabling counters sets vth dacs to remembered values and disabling sets them to disabled values.
Example
-----------