Closedown
This commit is contained in:
@@ -112,9 +112,13 @@ def trig_scienta():
|
||||
time.sleep(0.1)
|
||||
else:
|
||||
image_id = Scienta.currentImageCount
|
||||
print("Scienta.start, image_id = ", image_id)
|
||||
Scienta.start()
|
||||
print("Scienta.waitReady")
|
||||
Scienta.waitReady(-1)
|
||||
print("Scienta.waitNewImage")
|
||||
Scienta.waitNewImage(3000, image_id)
|
||||
print("exit trig_scienta, image_id = ", image_id)
|
||||
|
||||
from keithley import KeiSample, KeiReference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user