653eeafd2cb763adca9f85378e6e815466f30785
plot_channels
Basic plotter for EPICS or BS-based channels with output to either the terminal console or a web interface based on NiceGUI and Plotly.
Usage: plot_channels.py [OPTIONS] [CHANNEL_NAMES]...
Plot channels from BS (beam synchronous) or PV (EPICS) sources.
Options:
--acquire-interval FLOAT Interval in seconds for data collection.
--plot-interval INTEGER Interval in seconds for plot update.
--save-prefix TEXT Prefix for the save filenames.
--in-subplots BOOLEAN Whether to plot in subplots.
--web Whether to use the local web interface as a GUI.
--help Show this message and exit.
Description
Languages
Python
100%