1 .TH PULSEVIEW 1 "March 30, 2018"
3 PulseView \- Qt-based LA/scope/MSO GUI for sigrok
5 .B pulseview \fR[\fBOPTIONS\fR] [\fBFILE\fR]
8 is a cross-platform Qt-based GUI for the
10 software suite for test and measurement equipment such as logic analyzers,
11 oscilloscopes, MSOs, and more.
14 has very few command line options, as most configuration elements are
15 available from the GUI itself.
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.
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:
38 .B "\-h, \-?, \-\-help"
39 Show a help text and exit.
42 Show version information and exit.
44 .BR "\-d, \-\-driver " <drivername>
45 Specify the capture device to connect to. If the
47 option is not supplied, PulseView attempts to re-connect to the
48 most recently used device, or auto-detect available devices.
50 .BR "\-D, \-\-no\-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
55 option to pick a device at startup, or interactively scan for devices
56 after PulseView has finished starting up.
58 .BR "\-i, \-\-input\-file " <filename>
59 Load input from a file. If the
61 option is not supplied, PulseView attempts to load the file as a sigrok session
64 .BR "\-I, \-\-input\-format " <format>
65 Specifies the format of the input file to be loaded.
68 Prevents the previously used sessions to be restored from settings storage.
69 This is useful if you want only a single session with the file given on the
70 command line instead of restoring all previously used sessions as well.
71 .SH "KEYBOARD SHORTCUTS"
80 Enable / disable sticky scrolling. When enabled, the right edge of the screen
81 always shows the most recently captured data.
84 Show / hide sampling points.
87 Show / hide analog minor grid (in addition to the vdiv grid).
93 Toggle between coloured trace backgrounds and alternating light/dark
94 gray trace backgrounds.
97 Start / stop an acquisition.
100 Scroll up/down/left/right.
109 Save selected range as...
112 Group all currently selected traces into a trace group.
115 Ungroup the traces in the currently selected trace group.
124 Quit, i.e. shutdown PulseView (closing all session tabs).
127 Close the current session tab.
130 exits with 0 on success, 1 on most failures.
134 Please report any bugs via Bugzilla
135 .RB "(" http://sigrok.org/bugzilla ")"
136 or on the sigrok\-devel mailing list
137 .RB "(" sigrok\-devel@lists.souceforge.net ")."
140 is covered by the GNU General Public License (GPL), version 3 or later.
142 Please see the individual source code files.
144 This manual page was written by Uwe Hermann <uwe@hermann\-uwe.de>.
145 It is licensed under the terms of the GNU GPL (version 2 or later).