mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 23:30:03 +02:00
minor
This commit is contained in:
parent
5667d2bf30
commit
3cb02b3d92
@ -624,10 +624,6 @@ std::string CmdProxy::ReadoutSpeed(int action) {
|
||||
throw sls::RuntimeError(
|
||||
"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 (!args.empty()) {
|
||||
WrongNumberOfParameters(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user