1 from org.csstudio.opibuilder.scriptUtil 
import PVUtil
     3 delay = display.getWidget(
"InsertDelay").getPropertyValue(
"text")
     4 code  = display.getWidget(
"InsertCode").getPropertyValue(
"text")
     6 table = display.getWidget(
"SeqSet").getTable()
     8 row = table.getRowCount()
    12 table.setCellText(row, 0, delay)
    13 table.setCellText(row, 1, code)