New ScreenPanel

This commit is contained in:
2018-01-19 10:56:53 +01:00
commit ae4d621609
580 changed files with 46598 additions and 0 deletions

13
script/test31.py Executable file
View File

@@ -0,0 +1,13 @@
tutorial_path = "src/main/assembly/help/Tutorial/"
run(tutorial_path+"00_devices")
def after(rec):
if rec.index==1:
(p1,p2) = get_plots("Jitter Scan")
p1.setScale(0.0, 2.0)
p2.setScale(0.0, 1.0)
ascan((m1,m2), (ai1,ai2), (0.0,0.0), (0.5,0.5), (5,5), after_read=after, title = "Jitter Scan")