File: using_open_files.rst

package info (click to toggle)
sigviewer 0.5.1%2Bsvn556-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,068 kB
  • ctags: 2,212
  • sloc: cpp: 13,904; makefile: 109; sh: 25; python: 22; xml: 10
file content (28 lines) | stat: -rw-r--r-- 755 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Opening Files
-------------

Files can be opened via

* the main menu ``File -> Open...``
* the toolbar icon |Open Icon| (Open)
* the operating system standard shortcut for opening (on most platforms it's Ctrl+O)
* starting SigViewer with the filename as commandline parameter (e.g. ``sigviewer my_file.gdf``)
* dragging and dropping a file into the SigViewer window

After a file is opened, a dialog is shown which allows selecting the
channels that should be displayed.

.. figure:: open-dialog.png
   :alt: Open File Dialog

   This dialog is shown when a file is opened.

The chapter :ref:`supported-file-formats` gives an overview of supported file formats.

Initial Downsampling
^^^^^^^^^^^^^^^^^^^^
Will be available in the next release 0.4.3.