2a3085ec14e92b05f4c395be0a5b7134fef79db8
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 [OPTIONS] CHANNEL_NAMES...
Plot channel data from BS (beam synchronous) or PV (EPICS) sources. Use
TEST_CHANNEL for test data.
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 Enable plotting each channel in a subplot.
--relative-time Use relative time since start of acquisition.
--web Whether to use the local web interface as a GUI.
--help Show this message and exit.
Description
Languages
Python
100%