Initial Commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
s=get_context().setup
|
||||
s.expandPath("{plugins}/ScreenPanel4.class")
|
||||
name=s.expandPath("{plugins}/ScreenPanel4.class")
|
||||
import java.io.File as File
|
||||
f=File(name)
|
||||
f.exists()
|
||||
f.getPath()
|
||||
import ch.psi.utils.Loader as Loader
|
||||
c=Loader.loadClass(f.getPath())
|
||||
print c
|
||||
@@ -0,0 +1 @@
|
||||
[ "Linear", [ [ "Device", "dummy_motor", 0.0, 4.0, 1 ] ], [ [ "CamServer", "http://sf-daqsync-01:8889/SLG-LCAM-C041_sp1 y_profile", 1, 0, "Enabled" ] ], false, [ ], "", 1, 1.0, 0.5, false, false, true, true, "", "", " ", "", 0, null, null, "Positioner", false, true ]
|
||||
Reference in New Issue
Block a user