mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 23:37:14 +02:00
minor
This commit is contained in:
@ -624,10 +624,6 @@ std::string CmdProxy::ReadoutSpeed(int action) {
|
|||||||
throw sls::RuntimeError(
|
throw sls::RuntimeError(
|
||||||
"ReadoutSpeed not implemented. Did you mean runclk?");
|
"ReadoutSpeed not implemented. Did you mean runclk?");
|
||||||
}
|
}
|
||||||
if (type != defs::EIGER && type != defs::JUNGFRAU && type != defs::GOTTHARD2) {
|
|
||||||
throw sls::RuntimeError(
|
|
||||||
"ReadoutSpeed not implemented.");
|
|
||||||
}
|
|
||||||
if (action == defs::GET_ACTION) {
|
if (action == defs::GET_ACTION) {
|
||||||
if (!args.empty()) {
|
if (!args.empty()) {
|
||||||
WrongNumberOfParameters(0);
|
WrongNumberOfParameters(0);
|
||||||
|
Reference in New Issue
Block a user