Toolbar¶
The toolbar, also known as “navigation and status panel” occupies the top part of the main window.
The Navigation and Status Panel¶
The Navigation Panel contains useful tools like Zoom In/Out and
Find Edge.
MenuMenu will open the Menu of GTKWave.
Cut TracesCut Traces removes highlighted signals from the display and places them in an offscreen cut/copy buffer for later Paste operations. It also implicitly destroys the previous contents of the cut/copy buffer.
Copy TracesCopy Traces copies highlighted signals from the display and places them in an offscreen cut/copy buffer for later Paste operations. It also implicitly destroys the previous contents of the cut/copy buffer.
Paste TracesPaste Traces pastes signals from an offscreen cut/copy buffer and places them in a group after the last highlighted signal, or at the end of the display if no signal is highlighted.
Zoom FitZoom Fit zoom out to display the full range of simulation time. If the baseline marker is set, zooms between the baseline marker and the primary marker.
Zoom InZoom In is used to increase the zoom factor around the marker.
Zoom OutZoom Out is used to decrease the zoom factor around the marker.
Zoom UndoZoom Undo is used to revert to the previous zoom value used. Undo only works one level deep.
Zoom to StartZoom to Start is used to jump to the trace’s beginning.
Zoom to EndZoom to End is used to jump to the trace’s end.
Find Previous EdgeFind Previous Edge moves the marker to the nearest transition on the left side of the primary marker of the last highlighted trace. If the primary marker is not located, it starts from max time.
Find Next EdgeFind Next Edge moves the marker to the nearest transition on the right side of the primary marker of the last highlighted trace. If the primary marker is not located, it starts from min time.
From / To boxesThe “From” and “To” boxes indicate the start and end times for what part of the simulation run shall be visible and can be navigated inside the wave frame. Values can directly be entered into these boxes, and units (e.g., ns, ps, fs) can also be affixed to values. Named marker is also supported, use
MXfor named markerX.ReloadReload will reload the currently displayed waveform. Only available with some dumpfile types.
The Marker Time label indicates where the primary marker is located. If it is not present, a double-dash (”–”) is displayed. The Current Time label indicates where the mouse is pointing. Its function is to determine the time under the cursor without having to activate or move the primary marker. Note that when the primary marker is being click-dragged, the Marker Time label will indicate the delta time off the initial marker click.
When the baseline marker is set. The Current Time label is replaced with the Base Time label that indicates the value of the baseline marker. Then the Marker time label indicates the delta time between the baseline marker and the primary marker.