New ScreenPanel
This commit is contained in:
13
script/test31.py
Executable file
13
script/test31.py
Executable 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")
|
||||
|
||||
Reference in New Issue
Block a user