Imported CSS files

This commit is contained in:
Sakbe
2019-10-21 16:02:55 +01:00
parent 22146b8413
commit 87401e8c95
365 changed files with 1092613 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
from org.csstudio.opibuilder.scriptUtil import PVUtil
#Basic Setup
filename3 = "/home/pricardofc/CSS-Workspaces/sys-mng-opi"+display.getWidget("filePathWrite").getPropertyValue("text")
myfile = open(filename3, 'w')
myfile.write(str(PVUtil.getString(display.getWidget("writeLabel").getPropertyValue("text"))))
myfile.close()