There are a few convenience functions for displaying trace waveforms and tables:
clear_traces()
is equivalent to Peeker.clear_traces()
show_waveforms(...)
is equivalent to Peeker.to_wavedrom(...)
.show_text_table(...)
is equivalent to Peeker.to_text_table(...)
.show_html_table(...)
is equivalent to Peeker.to_html_table(...)
.