XMAP 1st step to 4 element detector
This commit is contained in:
@ -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")
|
||||||
|
@ -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 ?
|
||||||
|
#
|
Reference in New Issue
Block a user