Configuration change: Context

This commit is contained in:
gac-x07mb
2022-03-04 14:28:28 +01:00
commit 0defe64bda
105 changed files with 101731 additions and 0 deletions
@@ -0,0 +1,12 @@
def BeforeReadout(position, scan):
print "In position: " + str(position) + str(sensors)
def AfterReadout(record, scan):
print "Aquired record: " + str(record)
lscan("ca://X07MB-OP-MO:E-SET", sensors, start=2450, end=2460, steps=10, latency=0.0, relative = False, before_read=BeforeReadout, after_read=AfterReadout)