MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_trig_vrate

Method get_trig_vrate

DSView/pv/view/dsosignal.cpp:401–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401double 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
409void DsoSignal::set_trig_vpos(int pos, bool delta_change)
410{

Callers 1

gen_config_jsonMethod · 0.80

Calls 2

is_hardware_logicMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected