]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/scpi-dmm/protocol.h
scpi-dmm: avoid get/set range calls for some of the Agilent DMM functions
[libsigrok.git] / src / hardware / scpi-dmm / protocol.h
index 5fa0ba6f84c91910aea089164f783e426b936fe6..04b8e683155bde2516d0113d58f63110f8a96419 100644 (file)
@@ -57,6 +57,7 @@ struct mqopt_item {
 };
 #define NO_DFLT_PREC   -99
 #define FLAGS_NONE     0
+#define FLAG_NO_RANGE  (1 << 0)
 
 struct scpi_dmm_model {
        const char *vendor;