]> sigrok.org Git - libsigrok.git/blobdiff - include/libsigrok/libsigrok.h
Add config key for output frequency.
[libsigrok.git] / include / libsigrok / libsigrok.h
index 3cb83a11acc0b1327ce953817cf36378a40e2c47..56b4f16f1342c8e4e1629266d441bebe691ef855 100644 (file)
@@ -340,6 +340,10 @@ enum sr_mqflag {
        SR_MQFLAG_AVG = 0x40000,
        /** Reference value shown. */
        SR_MQFLAG_REFERENCE = 0x80000,
+       /** Device selects the measured quantity automatically. */
+       SR_MQFLAG_AUTOMQ = 0x100000,
+       /** Device selects the measurement model automatically. */
+       SR_MQFLAG_AUTOMODEL = 0x200000,
 };
 
 enum sr_trigger_matches {
@@ -570,6 +574,9 @@ enum sr_configkey {
        /** Programmable power supply. */
        SR_CONF_POWER_SUPPLY,
 
+       /** LCR meter. */
+       SR_CONF_LCR_METER,
+
        /*--- Driver scan options -------------------------------------------*/
 
        /**
@@ -805,6 +812,9 @@ enum sr_configkey {
        /** Over-temperature protection (OTP) */
        SR_CONF_OVER_TEMPERATURE_PROTECTION,
 
+       /** Output frequency in Hz. */
+       SR_CONF_OUTPUT_FREQUENCY,
+
        /*--- Special stuff -------------------------------------------------*/
 
        /** Scan options supported by the driver. */