]> sigrok.org Git - pulseview.git/blob - doc/pulseview.1
manpage: Update keyboard shortcuts.
[pulseview.git] / doc / pulseview.1
1 .TH PULSEVIEW 1 "July 31, 2019"
2 .SH "NAME"
3 PulseView \- Qt-based LA/scope/MSO GUI for sigrok
4 .SH "SYNOPSIS"
5 .B pulseview \fR[\fBOPTIONS\fR] [\fBFILE\fR]
6 .SH "DESCRIPTION"
7 .B PulseView
8 is a cross-platform Qt-based GUI for the
9 .B sigrok
10 software suite for test and measurement equipment such as logic analyzers,
11 oscilloscopes, MSOs, and more.
12 .SH "OPTIONS"
13 .B PulseView
14 has very few command line options, as most configuration elements are
15 available from the GUI itself.
16 .sp
17 If the optional \fBFILE\fR argument is supplied, PulseView tries to open
18 the specified file. It has to be in the "libsigrok session" format (.sr)
19 unless -I is used to specify the input file format.
20 .TP
21 .B "\-l, \-\-loglevel"
22 Set the libsigrok and libsigrokdecode loglevel. At the moment PulseView
23 doesn't support setting the two loglevels independently. The higher the
24 number, the more debug output will be printed. Valid loglevels are:
25 .sp
26 \fB0\fP   None
27 .br
28 \fB1\fP   Error
29 .br
30 \fB2\fP   Warnings
31 .br
32 \fB3\fP   Informational
33 .br
34 \fB4\fP   Debug
35 .br
36 \fB5\fP   Spew
37 .TP
38 .B "\-h, \-?, \-\-help"
39 Show a help text and exit.
40 .TP
41 .B "\-V, \-\-version"
42 Show version information and exit.
43 .TP
44 .BR "\-d, \-\-driver " <drivername>
45 Specify the capture device to connect to. If the
46 .B \-\-driver
47 option is not supplied, PulseView attempts to re-connect to the
48 most recently used device, or auto-detect available devices.
49 .TP
50 .BR "\-D, \-\-dont\-scan "
51 Usually PulseView automatically scans all drivers to find suitable
52 devices during program startup. This option disables the auto-scan.
53 Users can either specify the
54 .B \-\-driver
55 option to pick a device at startup, or interactively scan for devices
56 after PulseView has finished starting up.
57 .TP
58 .BR "\-i, \-\-input\-file " <filename>
59 Load input from a file. If the
60 .B \-\-input\-format
61 option is not supplied, PulseView attempts to load the file as a sigrok session
62 file.
63 .TP
64 .BR "\-I, \-\-input\-format " <format>
65 Specifies the format of the input file to be loaded.
66 .TP
67 .BR "\-s, \-\-settings " <filename>
68 Load PulseView session setup to use with the input file. The setup file must be
69 in the "PulseView session setup" format (.pvs).
70 .TP
71 .BR "\-c, \-\-clean"
72 Prevents the previously used sessions to be restored from settings storage.
73 This is useful if you want only a single session with the file given on the
74 command line instead of restoring all previously used sessions as well.
75 .SH "KEYBOARD SHORTCUTS"
76 .TP
77 .B "f"
78 Zoom-to-fit.
79 .TP
80 .B "s"
81 Enable / disable sticky scrolling. When enabled, the right edge of the screen
82 always shows the most recently captured data.
83 .TP
84 .B "."
85 Show / hide sampling points.
86 .TP
87 .B "g"
88 Show / hide analog minor grid (in addition to the vdiv grid).
89 .TP
90 .B "c"
91 Show / hide cursors.
92 .TP
93 .B "b"
94 Toggle between coloured trace backgrounds and alternating light/dark
95 gray trace backgrounds.
96 .TP
97 .B "SPACE"
98 Start / stop an acquisition.
99 .TP
100 .B "Left/right arrow keys"
101 Scroll left/right.
102 .TP
103 .B "Up/down arrow keys"
104 Zoom in/out.
105 .TP
106 .B "Home"
107 Jump to the start of the sample data.
108 .TP
109 .B "End"
110 Jump to the end of the sample data.
111 .TP
112 .B "CTRL+o"
113 Open file.
114 .TP
115 .B "CTRL+s"
116 Save as...
117 .TP
118 .B "CTRL+r"
119 Save selected range as...
120 .TP
121 .B "CTRL+g"
122 Group all currently selected traces into a trace group.
123 .TP
124 .B "CTRL+u"
125 Ungroup the traces in the currently selected trace group.
126 .TP
127 .B "CTRL+up/down arrow keys"
128 Scroll down/up.
129 .TP
130 .B "CTRL++"
131 Zoom in.
132 .TP
133 .B "CTRL+-"
134 Zoom out.
135 .TP
136 .B "CTRL+q"
137 Quit, i.e. shutdown PulseView (closing all session tabs).
138 .TP
139 .B "CTRL+w"
140 Close the current session tab.
141 .SH "EXIT STATUS"
142 .B PulseView
143 exits with 0 on success, 1 on most failures.
144 .SH "SEE ALSO"
145 \fBsigrok\-cli\fP(1)
146 .SH "BUGS"
147 Please report any bugs via Bugzilla
148 .RB "(" http://sigrok.org/bugzilla ")"
149 or on the sigrok\-devel mailing list
150 .RB "(" sigrok\-devel@lists.souceforge.net ")."
151 .SH "LICENSE"
152 .B PulseView
153 is covered by the GNU General Public License (GPL), version 3 or later.
154 .SH "AUTHORS"
155 Please see the individual source code files.
156 .PP
157 This manual page was written by Uwe Hermann <uwe@hermann\-uwe.de>.
158 It is licensed under the terms of the GNU GPL (version 2 or later).