singleandcontinuousread.rst 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. Single and Continuous Read
  2. ==========================
  3. Single read means to only take a "snapshot".
  4. Continuous Read means to read the detector periodically and possibly plot the data (if a Live plot window is open, see :ref:`plots`)
  5. but do not save the data.
  6. To open the single and continuous read window you can click on the third toolbar button, use the menu via Windows ->
  7. Single Read or press Ctrl+i on your keyboard.
  8. Toolbar Symbol for single and continuous read:
  9. .. image:: _static/project.png
  10. The single and continuous read window looks as follows
  11. .. figure:: _static/SingleAndContinuousRead.png
  12. :alt: Single and Continous Read window
  13. # TODO: update SingleAndContinuousRead.png because Interval is without (ms)
  14. The first button `Single Read` will perform a single read.
  15. The second button `Start Continuous Read` will enable continuous read. That means it reads data periodically. To set
  16. the time between each read, you can use the field below the button, which specifies the time in milliseconds.
  17. To stop continuous read you click on the same button as you did to start it. The button is now labeled `Stop Continuous Read`.
  18. If a live plot window is open (see :ref:`plots`) the data gathered with either one of the above methods will be plotted
  19. in these windows.