]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
Add SR_CONF_POWERMETER.
[libsigrok.git] / include / libsigrok / libsigrok.h
index f0ad4d04c855714e8396f1893b3610600224ae8d..6a79acb529d8b20fe1ad42cf6496f265f192fa77 100644 (file)
@@ -703,6 +703,9 @@ enum sr_configkey {
        /** The device can act as a function generator. */
        SR_CONF_SIGNAL_GENERATOR,
 
+       /** The device can measure power. */
+       SR_CONF_POWERMETER,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Driver scan options -------------------------------------------*/