13 lines
345 B
Python
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) |