Opening a File

A file can be opened in one of two ways.
  1. Double-click on a recently opened file or &qt;Open new file&qt; on the welcome screen.
  2. Click on the &qt;Open&qt; item in the file menu.
Once the file box is open, you can select one or multiple files, and the graph(s) will be displayed.

This program, at present, only supports a certain format of comma-delimited text file. In order to use a data set, it must first be converted to the following format:

  1. Any type of description on the first line
  2. Nine miscellaneous lines - only matters that they are there
  3. A line containing Sample Rate, (integer)
  4. A line containing Trigger Sample, (integer)
  5. N lines containing one number representing a voltage.