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:
parent
6ae5362589
commit
a1b61e6e04
|
@ -47,7 +47,7 @@ static const char *hameg_scpi_dialect[] = {
|
|||
|
||||
static const uint32_t hmo_devopts[] = {
|
||||
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_TIMEBASE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
|
||||
SR_CONF_NUM_TIMEBASE | SR_CONF_GET,
|
||||
|
|
Loading…
Reference in New Issue