hameg-hmo: Set SR_CONF_GET | SR_CONF_SET for frame limit.

Reading analog data from an HMO1024 (Firmware 04.527) failed because the
frame limit could not be set.
This commit is contained in:
Mathias Katzer 2015-01-11 01:38:20 +01:00 committed by Uwe Hermann
parent 6ae5362589
commit a1b61e6e04
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static const char *hameg_scpi_dialect[] = {
static const uint32_t hmo_devopts[] = { static const uint32_t hmo_devopts[] = {
SR_CONF_OSCILLOSCOPE, SR_CONF_OSCILLOSCOPE,
SR_CONF_LIMIT_FRAMES, SR_CONF_LIMIT_FRAMES | SR_CONF_GET | SR_CONF_SET,
SR_CONF_TRIGGER_SOURCE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST, SR_CONF_TRIGGER_SOURCE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
SR_CONF_TIMEBASE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST, SR_CONF_TIMEBASE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
SR_CONF_NUM_TIMEBASE | SR_CONF_GET, SR_CONF_NUM_TIMEBASE | SR_CONF_GET,