Skip to content
Snippets Groups Projects

fixing displayed extreme values for channels

Merged Lan Dam requested to merge i96_masspos_wrong_convert_factor into master
Files
2
@@ -26,7 +26,7 @@ def get_chan_plot_info(org_chan_id: str, chan_info: Dict, data_type: str,
chan = 'MassPos?'
if org_chan_id.startswith('Event DS'):
chan = 'Event DS?'
if org_chan_id.startswith('DS') and 'DSP' not in org_chan_id:
if org_chan_id.startswith('DS'):
chan = 'DS?'
if org_chan_id.startswith('Disk Usage'):
chan = 'Disk Usage?'
Loading