]> sigrok.org Git - pulseview.git/blame - doc/pulseview.1
MainWindow: Don't try to close a session when there is none
[pulseview.git] / doc / pulseview.1
CommitLineData
99d4a087 1.TH PULSEVIEW 1 "June 6, 2017"
94236aa4 2.SH "NAME"
e65ff35e 3PulseView \- Qt-based LA/scope/MSO GUI for sigrok
94236aa4 4.SH "SYNOPSIS"
99d4a087 5.B pulseview \fR[\fBOPTIONS\fR] [\fBFILE\fR]
94236aa4
UH
6.SH "DESCRIPTION"
7.B PulseView
8is a cross-platform Qt-based GUI for the
9.B sigrok
10software suite for test and measurement equipment such as logic analyzers,
e65ff35e 11oscilloscopes, MSOs, and more.
94236aa4
UH
12.SH "OPTIONS"
13.B PulseView
14has very few command line options, as most configuration elements are
15available from the GUI itself.
6ce79e39 16.sp
99d4a087
SA
17If the optional \fBFILE\fR argument is supplied, PulseView tries to open
18the specified file. It has to be in the "libsigrok session" format (.sr)
19unless -I is used to specify the input file format.
6ce79e39
UH
20.TP
21.B "\-l, \-\-loglevel"
22Set the libsigrok and libsigrokdecode loglevel. At the moment PulseView
23doesn't support setting the two loglevels independently. The higher the
24number, 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
94236aa4
UH
37.TP
38.B "\-h, \-?, \-\-help"
39Show a help text and exit.
40.TP
41.B "\-V, \-\-version"
42Show version information and exit.
e3c79b07
JH
43.TP
44.BR "\-i, \-\-input\-file " <filename>
45Load input from a file. If the
46.B \-\-input\-format
228a5480 47option is not supplied, PulseView attempts to load the file as a sigrok session
e3c79b07
JH
48file.
49.TP
50.BR "\-I, \-\-input\-format " <format>
51Specifies the format of the input file to be loaded.
99d4a087
SA
52.TP
53.BR "\-c, \-\-clean"
54Prevents the previously used sessions to be restored from settings storage.
55This is useful if you want only a single session with the file given on the
56command line instead of restoring all previously used sessions as well.
1022c445
UH
57.SH "KEYBOARD SHORTCUTS"
58.TP
59.B "f"
60Zoom-to-fit.
61.TP
62.B "o"
63Zoom 1:1.
64.TP
65.B "s"
99d4a087
SA
66Enable / disable sticky scrolling. When enabled, the right edge of the screen
67always shows the most recently captured data.
1022c445 68.TP
051ba3b3
UH
69.B "."
70Show / hide sampling points.
71.TP
8ad61f40
UH
72.B "g"
73Show / hide analog minor grid (in addition to the vdiv grid).
74.TP
1022c445
UH
75.B "c"
76Show / hide cursors.
77.TP
c281fdc6
UH
78.B "b"
79Toggle between coloured trace backgrounds and alternating light/dark
80gray trace backgrounds.
81.TP
1022c445
UH
82.B "SPACE"
83Start / stop an acquisition.
84.TP
1022c445
UH
85.B "Arrow keys"
86Scroll up/down/left/right.
87.TP
88.B "CTRL+o"
89Open file.
90.TP
91.B "CTRL+s"
92Save as...
93.TP
94.B "CTRL+r"
95Save selected range as...
96.TP
97.B "CTRL+g"
98Group all currently selected traces into a trace group.
99.TP
100.B "CTRL+u"
101Ungroup the traces in the currently selected trace group.
102.TP
103.B "CTRL++"
104Zoom in.
105.TP
106.B "CTRL+-"
107Zoom out.
108.TP
109.B "CTRL+q"
78e14473
UH
110Quit, i.e. shutdown PulseView (closing all session tabs).
111.TP
112.B "CTRL+w"
113Close the current session tab.
94236aa4
UH
114.SH "EXIT STATUS"
115.B PulseView
116exits with 0 on success, 1 on most failures.
117.SH "SEE ALSO"
e65ff35e 118\fBsigrok\-cli\fP(1)
94236aa4 119.SH "BUGS"
e65ff35e
UH
120Please report any bugs via Bugzilla
121.RB "(" http://sigrok.org/bugzilla ")"
122or on the sigrok\-devel mailing list
94236aa4
UH
123.RB "(" sigrok\-devel@lists.souceforge.net ")."
124.SH "LICENSE"
125.B PulseView
0ec7aba5 126is covered by the GNU General Public License (GPL), version 3 or later.
94236aa4
UH
127.SH "AUTHORS"
128Please see the individual source code files.
129.PP
130This manual page was written by Uwe Hermann <uwe@hermann\-uwe.de>.
131It is licensed under the terms of the GNU GPL (version 2 or later).