This commit is contained in:
2021-08-05 13:39:55 +02:00
parent c5d6dd0dd4
commit dd12c7c2f5
3 changed files with 16 additions and 11 deletions

View File

@ -591,6 +591,7 @@ class CmdProxy {
{"clkdivider", "speed"},
{"vhighvoltage", "highvoltage"},
{"digitest", "imagetest"},
{"filter", "filterresistor"},
/** temperature */
@ -800,6 +801,7 @@ class CmdProxy {
{"imagetest", &CmdProxy::imagetest},
{"extsig", &CmdProxy::ExternalSignal},
{"parallel", &CmdProxy::parallel},
{"filterresistor", &CmdProxy::filterresistor},
/** temperature */
{"templist", &CmdProxy::templist},
@ -947,7 +949,6 @@ class CmdProxy {
{"vetofile", &CmdProxy::VetoFile},
{"burstmode", &CmdProxy::BurstMode},
{"cdsgain", &CmdProxy::cdsgain},
{"filter", &CmdProxy::filter},
{"currentsource", &CmdProxy::currentsource},
{"timingsource", &CmdProxy::timingsource},
{"veto", &CmdProxy::veto},
@ -1348,6 +1349,11 @@ class CmdProxy {
"acquisition will return ERROR status and take fewer "
"frames than expected.");
INTEGER_COMMAND_VEC_ID(
filterresistor, getFilterResistor, setFilterResistor, StringTo<int>,
"[0|1|2|3] [Gotthard2] Set filter resistor. Default is 0.\n[0|1] "
"[Jungfrau] Set filter resistor. Default is 1.");
/** temperature */
GET_COMMAND_NOID(
templist, getTemperatureList,
@ -1911,10 +1917,6 @@ class CmdProxy {
"[0, 1]\n\t[Gotthard2] Enable or disable CDS gain. Default "
"is disabled.");
INTEGER_COMMAND_VEC_ID(
filter, getFilter, setFilter, StringTo<int>,
"[0|1|2|3]\n\t[Gotthard2] Set filter resistor. Default is 0.");
INTEGER_COMMAND_VEC_ID(
currentsource, getCurrentSource, setCurrentSource, StringTo<int>,
"[0, 1]\n\t[Gotthard2] Enable or disable current source. "