mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
WIP
This commit is contained in:
@ -508,6 +508,7 @@ class CmdProxy {
|
||||
{"i_io", "im_io"}
|
||||
|
||||
/* Pattern */
|
||||
/* Moench */
|
||||
|
||||
|
||||
};
|
||||
@ -730,6 +731,8 @@ class CmdProxy {
|
||||
{"patmask", &CmdProxy::patmask},
|
||||
{"patsetbit", &CmdProxy::patsetbit},
|
||||
|
||||
/* Moench */
|
||||
|
||||
|
||||
|
||||
|
||||
@ -794,6 +797,7 @@ class CmdProxy {
|
||||
std::string PatternLoopCycles(int action);
|
||||
std::string PatternWaitAddress(int action);
|
||||
std::string PatternWaitTime(int action);
|
||||
/* Moench */
|
||||
|
||||
|
||||
|
||||
@ -1262,6 +1266,9 @@ class CmdProxy {
|
||||
"[64 bit mask]\n\t[Ctb] 64 bit values applied to the selected patmask for every pattern.");
|
||||
|
||||
|
||||
/* Moench */
|
||||
|
||||
|
||||
|
||||
|
||||
DAC_COMMAND(adcvpp, getDAC, setDAC, defs::ADC_VPP,
|
||||
|
Reference in New Issue
Block a user