update interval,timestamp to dashboard on checkbox - #2922
Conversation
|
I think it is also worth it to add an auto zoom/zoom fit button. With uniform_interval, step is 1 ps on waveform viewer. Very hard to access. Any suggestion/idea? |
IIRC I already implemented this with the |
The unit in the x axis should also be hidden with |
|
May be I understand reset zoom incorrectly, I'll double check |
c4193c2 to
8307d1e
Compare
|
If possible we would want to avoid any reference to |
|
unit="tick"? |
Better, but may be confused with CPU ticks I guess. |
5f3af50 to
c9ed32b
Compare
16523d8 to
e4fcf0a
Compare
d61e5de to
c43928f
Compare
b3396ff to
e65b238
Compare
e65b238 to
605c0de
Compare
|
Needs update of release notes. |
| - State files are now automatically backed up upon successful loading. | ||
| - Experiments can now use ``restart_applet`` CCB command to restart applets. | ||
| - Interactive argument widgets now remember their layout between runs. | ||
| - Waveform Viewer now supports the ``uniform_interval`` option, equivalent to the ``-u`` option |
There was a problem hiding this comment.
"uniform_interval option"?
In a GUI?
|
|
||
| def _setValueFromText(self, text): | ||
| try: | ||
| if not text.strip().endswith(("event", "events", "s")): |
There was a problem hiding this comment.
Looks fishy to me. Isn't there a better way of doing this?
Add uniform_interval option to artiq dashboard
When checked, "Add channels" dialogue box would have timestamp and interval trace. These two trace can be added to the waveform viewer.