This commit is contained in:
gac-x11ma
2024-03-19 16:16:03 +01:00
parent 1d75bc4535
commit 8aefd82ba7
72 changed files with 5064 additions and 75 deletions

View File

@@ -156,7 +156,20 @@ def gude3(pwr):
caput("PEEM-GUDE:CH3SET",pwr)
def gude4(pwr):
caput("PEEM-GUDE:CH4SET",pwr)
###################################################################################################
#Triggering
###################################################################################################
def trigger_peemcam(wait=True):
peemcam.waitReady(5000)
peemcam.start()
if wait:
#img_peemcam.waitNext(20000 + int(peemcam.exposure * 1000))
peemcam.waitNewImage(20000 + int(peemcam.exposure * 1000))
peemcam.waitReady(5000)
###################################################################################################
#Default scan callbacks
###################################################################################################