This commit is contained in:
2018-04-17 12:05:48 +02:00
parent 14edc0e745
commit 58a1260003
428 changed files with 41350 additions and 477 deletions

13
script/test/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")