Skip to content
Snippets Groups Projects

Remove combo box used to select which channel information would be displayed

Merged Gabriel Fedel requested to merge rm_combo_channels into master
7 files
+ 825
721
Compare changes
  • Side-by-side
  • Inline
Files
7
from org.csstudio.display.builder.runtime.script import PVUtil
channel = PVUtil.getString(pvs[0]).split(" ")[2]
# Adding the macros on the widget that will consume this script
widget.getPropertyValue("macros").add("CHANNEL", channel)
widget.setPropertyValue("file", "")
widget.setPropertyValue("file", "scaling.bob")
Loading