Expresses the time between samples, in milliseconds. This can be used
for devices with a samplerate > 1 second, such as dataloggers, which
cannot be expressed with SR_CONF_SAMPLERATE.
/*--- Device configuration ------------------------------------------*/
- /** The device supports setting/changing its samplerate. */
+ /** The device supports setting its samplerate, in Hz. */
SR_CONF_SAMPLERATE = 30000,
/** The device supports setting a pre/post-trigger capture ratio. */
/** Trigger types. */
SR_CONF_TRIGGER_TYPE,
+ /** The device supports setting its sample interval, in ms. */
+ SR_CONF_SAMPLE_INTERVAL,
+
/*--- Special stuff -------------------------------------------------*/
/** Scan options supported by the driver. */