Files
dev/script/test31.py
2018-01-19 10:56:53 +01:00

14 lines
332 B
Python
Executable File

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")