]> sigrok.org Git - libsigrok.git/blobdiff - hardware/rigol-ds/protocol.h
rigol-ds: Enable/disable LA pod when (de)selecting digital channels.
[libsigrok.git] / hardware / rigol-ds / protocol.h
index f0bf04f2e36723c72bac7d4b5dbfad0c991d483a..e19ac490358d8151baa0d64c25c6e538bd6afa0e 100644 (file)
@@ -111,6 +111,7 @@ struct dev_context {
        /* Device settings */
        gboolean analog_channels[MAX_ANALOG_PROBES];
        gboolean digital_channels[MAX_DIGITAL_PROBES];
+       gboolean la_enabled;
        float timebase;
        float vdiv[MAX_ANALOG_PROBES];
        int vert_reference[MAX_ANALOG_PROBES];