*/
SR_CONF_MULTIPLEXER,
+ /**
+ * The device can act as a digital delay generator.
+ */
+ SR_CONF_DELAY_GENERATOR,
+
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
/*--- Driver scan options -------------------------------------------*/
{SR_CONF_SIGNAL_GENERATOR, SR_T_STRING, NULL, "Signal generator", NULL},
{SR_CONF_POWERMETER, SR_T_STRING, NULL, "Power meter", NULL},
{SR_CONF_MULTIPLEXER, SR_T_STRING, NULL, "Multiplexer", NULL},
+ {SR_CONF_DELAY_GENERATOR, SR_T_STRING, NULL, "Delay generator", NULL},
/* Driver scan options */
{SR_CONF_CONN, SR_T_STRING, "conn",