Files
x11ma/script/test/demo_microscope.py
gac-x11ma 0f8956cafe
2025-09-03 16:52:53 +02: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)