rigol-ds: SR_CONF_TRIGGER_SLOPE is actually listable.

This commit is contained in:
Aurelien Jacobs 2015-02-12 15:56:58 +01:00 committed by Uwe Hermann
parent 73931b7cc7
commit b0c9d1d1c2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ static const uint32_t devopts[] = {
SR_CONF_LIMIT_FRAMES | SR_CONF_SET,
SR_CONF_TIMEBASE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
SR_CONF_TRIGGER_SOURCE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
SR_CONF_TRIGGER_SLOPE | SR_CONF_GET | SR_CONF_SET,
SR_CONF_TRIGGER_SLOPE | SR_CONF_GET | SR_CONF_SET | SR_CONF_LIST,
SR_CONF_HORIZ_TRIGGERPOS | SR_CONF_SET,
SR_CONF_NUM_TIMEBASE | SR_CONF_GET,
SR_CONF_SAMPLERATE | SR_CONF_GET,