]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
Add config key SR_CONF_RANGE.
[libsigrok.git] / include / libsigrok / libsigrok.h
index a367ddeffb938b26c1e767cabe1e7637c6a0aa0f..75f0dce7a194ef65b9c2122095e5bf33b753e001 100644 (file)
@@ -1015,6 +1015,9 @@ enum sr_configkey {
        /** Logic threshold: custom numerical value. */
        SR_CONF_LOGIC_THRESHOLD_CUSTOM,
 
+       /** The measurement range of a DMM or the output range of a power supply. */
+       SR_CONF_RANGE,
+
        /* Update sr_key_info_config[] (hwdriver.c) upon changes! */
 
        /*--- Special stuff -------------------------------------------------*/