| 370 | } |
| 371 | |
| 372 | void DsoSignal::set_acCoupling(uint8_t coupling) |
| 373 | { |
| 374 | if (enabled()) { |
| 375 | _acCoupling = coupling; |
| 376 | session->get_device()->set_config_byte(SR_CONF_PROBE_COUPLING, |
| 377 | _acCoupling, _probe, NULL); |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | int DsoSignal::ratio2value(double ratio) |
| 382 | { |
nothing calls this directly
no test coverage detected