mrfioc2  2.3.0
evg-seq-clear.py
Go to the documentation of this file.
1 from org.csstudio.opibuilder.scriptUtil import PVUtil
2 
3 widget = display.getWidget("SeqSet")
4 
5 table = widget.getTable()
6 
7 while table.getRowCount()>0:
8  table.deleteRow(0)