| 110 | } |
| 111 | |
| 112 | int AnalogSignal::get_hw_offset() |
| 113 | { |
| 114 | int hw_offset = 0; |
| 115 | session->get_device()->get_config_uint16(SR_CONF_PROBE_HW_OFFSET, hw_offset, _probe, NULL); |
| 116 | return hw_offset; |
| 117 | } |
| 118 | |
| 119 | int AnalogSignal::commit_settings() |
| 120 | { |
nothing calls this directly
no test coverage detected