21 lines
729 B
Python
21 lines
729 B
Python
###################################################################################################
|
|
# Deployment specific global definitions - executed after startup.py
|
|
##################################################################################################
|
|
|
|
import ch.psi.pshell.crlogic.CrlogicPositioner as CrlogicPositioner
|
|
import ch.psi.pshell.crlogic.CrlogicSensor as CrlogicSensor
|
|
|
|
crlogic_config = {}
|
|
crlogic_config["class"] = "ch.psi.pshell.crlogic.CrlogicScan"
|
|
crlogic_config["prefix"] = "X10DA-ES1-CRL"
|
|
crlogic_config["ioc"] = "X10DA-VME-ES1"
|
|
crlogic_config["integrationTime"] = 0.2
|
|
crlogic_config["additionalBacklash"] = 0.01
|
|
|
|
|
|
crystal.setTrustedMonitor(True)
|
|
|
|
|
|
#add_device(bragg.getExtEncoder(), True)
|
|
|