General Function for Fetch PV Readings

fetch_data is a general function/tool for fetching PV readings during a given period of time, and return the averaged readings, with other options.

Two approaches are developed to support such operation:

  • By using the Python function called fetch_data, i.e. from phantasy import fetch_data

../../_images/fetch_data_01.png ../../_images/fetch_data_02.png ../../_images/fetch_data_03.png
  • By using the CLI tool called fetch_data, just type in the Terminal.

../../_images/fetch_data_04.png ../../_images/fetch_data_05.png

And an example with the real EPICS network:

../../_images/fetch_data_06.png