| 399 | } |
| 400 | |
| 401 | double DsoSignal::get_trig_vrate() |
| 402 | { |
| 403 | if (session->get_device()->is_hardware_logic()) |
| 404 | return value2ratio(_trig_value - ratio2value(0.5)) + get_zero_ratio(); |
| 405 | else |
| 406 | return value2ratio(_trig_value); |
| 407 | } |
| 408 | |
| 409 | void DsoSignal::set_trig_vpos(int pos, bool delta_change) |
| 410 | { |
no test coverage detected