14 lines
332 B
Python
Executable File
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")
|
|
|