Closedown

This commit is contained in:
gac-x03da
2022-11-22 12:18:26 +01:00
parent ad40c9b926
commit fb27f929b4
5 changed files with 25 additions and 21 deletions

View File

@@ -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