This commit is contained in:
maliakal_d 2021-10-08 11:29:55 +02:00
parent 5667d2bf30
commit 3cb02b3d92

View File

@ -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);