| 230 | } |
| 231 | |
| 232 | uint8_t AnalogSignal::get_acCoupling() |
| 233 | { |
| 234 | int coupling = 0; |
| 235 | session->get_device()->get_config_byte(SR_CONF_PROBE_COUPLING, coupling, _probe, NULL); |
| 236 | return coupling; |
| 237 | } |
| 238 | |
| 239 | bool AnalogSignal::get_mapDefault() |
| 240 | { |
no test coverage detected