Add new configuration option allowing to modify the probe factor
for oscilloscopes and power-monitors.
Signed-off-by: Bartosz Golaszewski <redacted>
*/
SR_CONF_DATA_SOURCE,
+ /** The device supports setting a probe factor. */
+ SR_CONF_PROBE_FACTOR,
+
/*--- Acquisition modes, sample limiting ----------------------------*/
/**
"Power off", NULL},
{SR_CONF_DATA_SOURCE, SR_T_STRING, "data_source",
"Data source", NULL},
+ {SR_CONF_PROBE_FACTOR, SR_T_UINT64, "probe_factor",
+ "Probe factor", NULL},
/* Acquisition modes, sample limiting */
{SR_CONF_LIMIT_MSEC, SR_T_UINT64, "limit_time",