Files
sf-rf/script/region_scan_with_elog.py
2016-05-30 12:15:40 +02:00

8 lines
270 B
Python
Executable File

#Execute the scan: 3 regions with different number of steps
a= rscan(ao1, (ai1,ai2), [(0,5,5), (10,15,20), (20,25,5)] , 0.01)
msg = str(a)
msg = msg + "\nFile: " + get_context().path
msg = msg + "\n\n" + a.print()
elog("Region scan", msg , get_plot_snapshots())