You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_CSVFileReader.rst 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .. _Doc_BoxAlgorithm_CSVFileReader:
  2. CSV File Reader
  3. ===============
  4. .. container:: attribution
  5. :Author:
  6. Victor Herlin
  7. :Company:
  8. Mensia Technologies SA
  9. .. image:: images/Doc_BoxAlgorithm_CSVFileReader.png
  10. This box reads a Comma Separated Values (CSV) text file. The file must be written using a specific
  11. OpenViBE convention. The format is described in detail in :ref:`Doc_BoxAlgorithm_CSVFileWriter`
  12. The file can contain two streams, one for matrix-type data and one for stimulations.
  13. Outputs
  14. -------
  15. .. csv-table::
  16. :header: "Output Name", "Stream Type"
  17. "Output stream", "Signal"
  18. "Output stimulation", "Stimulations"
  19. Output stream
  20. ~~~~~~~~~~~~~
  21. This output can carry Signal, Streamed Matrix, Covariance, Spectrum and Feature Vector data.
  22. Output stimulation
  23. ~~~~~~~~~~~~~~~~~~
  24. This output will contain stimulations read from the file.
  25. .. _Doc_BoxAlgorithm_CSVFileReader_Settings:
  26. Settings
  27. --------
  28. .. csv-table::
  29. :header: "Setting Name", "Type", "Default Value"
  30. "Filename", "Filename", ""
  31. Filename
  32. ~~~~~~~~
  33. Path of the CSV file to read.
  34. .. _Doc_BoxAlgorithm_CSVFileReader_Examples:
  35. Examples
  36. --------
  37. Example of a scenario using the CSV Reader box to read a signal file and display it using an Oscilloscope.
  38. .. figure:: images/csv-file-reader-example.png
  39. :alt: Reading a CSV file
  40. :align: center
  41. Reading a CSV file