| 465 | } |
| 466 | |
| 467 | void DsoSignal::set_zero_ratio(double ratio) |
| 468 | { |
| 469 | _zero_offset = ratio2value(ratio); |
| 470 | session->get_device()->set_config_uint16(SR_CONF_PROBE_OFFSET, |
| 471 | _zero_offset, _probe, NULL); |
| 472 | } |
| 473 | |
| 474 | void DsoSignal::set_factor(uint64_t factor) |
| 475 | { |
no test coverage detected