# Set all LV Channels MaxCurrent on the Module of the PS # from org.csstudio.opibuilder.scriptUtil import PVUtil import lv_PSFunction value = PVUtil.getDouble(pvs[0]) suff = ":i_set" lv_PSFunction.lv_PSModule(value,suff,widget)