This commit is contained in:
@@ -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
|
||||
###################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user