*/
SR_CONF_DELAY_GENERATOR,
+ /**
+ * The device can act as a frequency counter.
+ */
+ SR_CONF_FREQUENCY_COUNTER,
+
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
/*--- Driver scan options -------------------------------------------*/
* @arg get: get measured resistance
*/
SR_CONF_RESISTANCE,
+
+ /**
+ * Gate time.
+ */
+ SR_CONF_GATE_TIME,
+
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
};
{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},
+ {SR_CONF_FREQUENCY_COUNTER, SR_T_STRING, NULL, "Frequency counter", NULL},
/* Driver scan options */
{SR_CONF_CONN, SR_T_STRING, "conn",
{SR_CONF_RESISTANCE, SR_T_FLOAT, "resistance",
"Resistance", NULL},
+
+ {SR_CONF_GATE_TIME, SR_T_RATIONAL_PERIOD, "gate_time",
+ "Gate time", NULL},
ALL_ZERO
};