| 237 | } |
| 238 | |
| 239 | bool AnalogSignal::get_mapDefault() |
| 240 | { |
| 241 | bool isDefault = true; |
| 242 | session->get_device()->get_config_bool(SR_CONF_PROBE_MAP_DEFAULT, isDefault, _probe, NULL); |
| 243 | return isDefault; |
| 244 | } |
| 245 | |
| 246 | QString AnalogSignal::get_mapUnit() |
| 247 | { |
no test coverage detected