mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 16:20:03 +02:00
WIP doc
This commit is contained in:
parent
a287ce46b1
commit
42067b3de3
@ -620,6 +620,14 @@ class Detector(CppDetectorApi):
|
|||||||
return self._register
|
return self._register
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
"""[Jungfrau][Ctb][Moench][Gotthard] Writes to an adc register
|
||||||
|
|
||||||
|
Note
|
||||||
|
-----
|
||||||
|
Advanced user Function!
|
||||||
|
|
||||||
|
:getter: Not implemented
|
||||||
|
"""
|
||||||
def adcreg(self):
|
def adcreg(self):
|
||||||
return self._adc_register
|
return self._adc_register
|
||||||
|
|
||||||
|
@ -1427,7 +1427,8 @@ class Detector {
|
|||||||
/** [Gotthard][Jungfrau][Mythen3][Gotthard2][CTB][Moench] */
|
/** [Gotthard][Jungfrau][Mythen3][Gotthard2][CTB][Moench] */
|
||||||
void executeBusTest(Positions pos = {});
|
void executeBusTest(Positions pos = {});
|
||||||
|
|
||||||
/** [Gotthard][Jungfrau][CTB][Moench] not possible to read back*/
|
/** [Gotthard][Jungfrau][CTB][Moench] Advanced user Function. not possible
|
||||||
|
* to read back */
|
||||||
void writeAdcRegister(uint32_t addr, uint32_t value, Positions pos = {});
|
void writeAdcRegister(uint32_t addr, uint32_t value, Positions pos = {});
|
||||||
|
|
||||||
bool getInitialChecks() const;
|
bool getInitialChecks() const;
|
||||||
|
@ -2516,7 +2516,7 @@ std::string CmdProxy::AdcRegister(int action) {
|
|||||||
if (action == defs::HELP_ACTION) {
|
if (action == defs::HELP_ACTION) {
|
||||||
os << "[address] [value]\n\t[Jungfrau][Ctb][Moench][Gotthard] Writes "
|
os << "[address] [value]\n\t[Jungfrau][Ctb][Moench][Gotthard] Writes "
|
||||||
"to an adc "
|
"to an adc "
|
||||||
"register in hex."
|
"register in hex. Advanced user Function."
|
||||||
<< '\n';
|
<< '\n';
|
||||||
} else if (action == defs::GET_ACTION) {
|
} else if (action == defs::GET_ACTION) {
|
||||||
throw sls::RuntimeError("Cannot get.");
|
throw sls::RuntimeError("Cannot get.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user