Files
x11ma/script/test/demo_microscope.py
2021-03-12 12:19:10 +01:00

13 lines
345 B
Python
Executable File

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)