slaclab / pydm

Python Display Manager
http://slaclab.github.io/pydm/
Other
111 stars 76 forks source link

ENH: Archived Data Mode for the Archiver Time Plot Widget #1062

Closed YektaY closed 2 months ago

YektaY commented 4 months ago

Description

Archived Data Only Mode

The Archived Time Plot Widget currently only supports a live+archived data, this pull requests looks to add a mode where the widget would only pull and display archived data from the given data source.

Motivation and Context

At SLAC we are developing a new Archive Viewer, which we wish to also double with displaying live data--which is the current functionally of the PYDM Archiver Time Plot Widget. We also need it to be able to display only archived data without fetching live data. We think this functionality would be useful to the greater PYDM community.

How Has This Been Tested?

Will be tested on an example GUI and unit tests will be included in the PR.

Where Has This Been Documented?

documentation is still being worked on.