| 1385 | } |
| 1386 | |
| 1387 | void DsoSignal::autoV_end() |
| 1388 | { |
| 1389 | _autoV = false; |
| 1390 | _autoV_over = false; |
| 1391 | _view->auto_trig(get_index()); |
| 1392 | _trig_value = (_min+_max)/2; |
| 1393 | set_trig_vpos(ratio2pos(get_trig_vrate())); |
| 1394 | _view->set_update(_viewport, true); |
| 1395 | _view->update(); |
| 1396 | } |
| 1397 | |
| 1398 | void DsoSignal::autoH_end() |
| 1399 | { |
nothing calls this directly
no test coverage detected