Sprint Dez 2020

This commit is contained in:
gac-x11ma
2020-12-14 10:51:33 +01:00
parent 1b9ae6a3e2
commit c05f807efb
5 changed files with 28 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
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)