mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-29 01:20:02 +02:00
wip
This commit is contained in:
parent
0148710c4e
commit
e18d6d18e6
@ -794,6 +794,7 @@ class CmdProxy {
|
|||||||
{"clkdiv", &CmdProxy::ClockDivider},
|
{"clkdiv", &CmdProxy::ClockDivider},
|
||||||
{"highvoltage", &CmdProxy::highvoltage},
|
{"highvoltage", &CmdProxy::highvoltage},
|
||||||
{"powerchip", &CmdProxy::powerchip},
|
{"powerchip", &CmdProxy::powerchip},
|
||||||
|
{"configchip", &CmdProxy::configchip},
|
||||||
{"imagetest", &CmdProxy::imagetest},
|
{"imagetest", &CmdProxy::imagetest},
|
||||||
{"extsig", &CmdProxy::ExternalSignal},
|
{"extsig", &CmdProxy::ExternalSignal},
|
||||||
{"parallel", &CmdProxy::parallel},
|
{"parallel", &CmdProxy::parallel},
|
||||||
@ -1318,6 +1319,15 @@ class CmdProxy {
|
|||||||
"enabled.\n\t[Mythen3][Gotthard2] Default is 1. If module not "
|
"enabled.\n\t[Mythen3][Gotthard2] Default is 1. If module not "
|
||||||
"connected or wrong module, powerchip will fail.");
|
"connected or wrong module, powerchip will fail.");
|
||||||
|
|
||||||
|
INTEGER_COMMAND_VEC_ID(
|
||||||
|
configchip, isChipConfigured, configureChip, StringTo<int>,
|
||||||
|
"[0, 1]\n\t[Jungfrau] Configure the chip. \n\t[Moench] Default is 0. \n\t[Jungfrau] Default is 0. Get "
|
||||||
|
"will return power status. Can be off if temperature event occured "
|
||||||
|
"(temperature over temp_threshold with temp_control "
|
||||||
|
"enabled.\n\t[Mythen3][Gotthard2] Default is 1. If module not "
|
||||||
|
"connected or wrong module, powerchip will fail.");
|
||||||
|
|
||||||
|
|
||||||
INTEGER_COMMAND_VEC_ID(
|
INTEGER_COMMAND_VEC_ID(
|
||||||
imagetest, getImageTestMode, setImageTestMode, StringTo<int>,
|
imagetest, getImageTestMode, setImageTestMode, StringTo<int>,
|
||||||
"[0, 1]\n\t[Gotthard] 1 adds channel intensity with precalculated "
|
"[0, 1]\n\t[Gotthard] 1 adds channel intensity with precalculated "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user