*/
SR_CONF_OVER_CURRENT_PROTECTION_DELAY,
+ /**
+ * Signal inversion.
+ * @arg type: boolean
+ * @arg get: @b true if the signal is inverted or has negative polarity,
+ * @b false otherwise
+ * @arg set: set @b true to invert the signal
+ */
+ SR_CONF_INVERTED,
+
/* Update sr_key_info_config[] (hwdriver.c) upon changes! */
/*--- Special stuff -------------------------------------------------*/
"Resistance Target", NULL},
{SR_CONF_OVER_CURRENT_PROTECTION_DELAY, SR_T_FLOAT, "ocp_delay",
"Over-current protection delay", NULL},
+ {SR_CONF_INVERTED, SR_T_BOOL, "inverted",
+ "Signal inverted", NULL},
/* Special stuff */
{SR_CONF_SESSIONFILE, SR_T_STRING, "sessionfile",