XMAP 1st step to 4 element detector

This commit is contained in:
gac-x07mb
2024-07-25 16:28:27 +02:00
parent 68053222f8
commit 47d5c315d1
2 changed files with 7 additions and 1 deletions

View File

@ -334,7 +334,10 @@ class XMAPphoenix(PSIDetectorBase):
# specify class attributes # specify class attributes
dxp = Cpt(EpicsDXPXMAP, "dxp1:") dxp = Cpt(EpicsDXPXMAP, "dxp1:")
mca = Cpt(EpicsMCARecord, "mca1") mca1 = Cpt(EpicsMCARecord, "mca1")
mca2 = Cpt(EpicsMCARecord, "mca2")
mca3 = Cpt(EpicsMCARecord, "mca3")
mca4 = Cpt(EpicsMCARecord, "mca4")
hdf5 = Cpt(XMAPHDF5Plugins, "HDF1:") hdf5 = Cpt(XMAPHDF5Plugins, "HDF1:")
stop_all = Cpt(EpicsSignal, "StopAll") stop_all = Cpt(EpicsSignal, "StopAll")

View File

@ -4,3 +4,6 @@ from phoenix_bec.scripts.phoenix import PhoenixBL
phoenix=PhoenixBL() phoenix=PhoenixBL()
phoenix.read_phoenix_config() phoenix.read_phoenix_config()
#
# how do we get this to iphython command line ?
#