Files
x11ma/script/test/demo_microscope.py
2020-12-14 10:51:33 +01:00

13 lines
345 B
Python

print microscope.get_value("Objective")
microscope.set_value("Objective",1478.178)
objective = microscope.get_child("Objective")
add_device(objective, True)
objective.polling=500
#lscan(objective, [Keithley_1_raw], 1475.168, 1478.168, 10, latency=1.0)
#Contuous
lscan(objective, [eiger.getDataMatrix()], 1475.168, 1478.168, 10, latency=1.0)