Skip to content

Commit e5e72a9

Browse files
committed
plugin changed
1 parent 011d229 commit e5e72a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/dodal/beamlines/i22.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from pathlib import Path
22

33
from ophyd_async.epics.adaravis import AravisDetector
4+
from ophyd_async.epics.adcore import NDPluginBaseIO
45
from ophyd_async.epics.adpilatus import PilatusDetector
56
from ophyd_async.fastcs.panda import HDFPanda
67

@@ -101,6 +102,11 @@ def i0() -> TetrammDetector:
101102
prefix=f"{PREFIX.beamline_prefix}-EA-XBPM-02:",
102103
path_provider=get_path_provider(),
103104
type="Cividec Diamond XBPM",
105+
plugins={
106+
"stats": NDPluginBaseIO(
107+
prefix=f"{PREFIX.beamline_prefix}-EA-XBPM-02:SumAll:"
108+
)
109+
},
104110
)
105111

106112

@@ -110,6 +116,11 @@ def it() -> TetrammDetector:
110116
prefix=f"{PREFIX.beamline_prefix}-EA-TTRM-02:",
111117
path_provider=get_path_provider(),
112118
type="PIN Diode",
119+
plugins={
120+
"stats": NDPluginBaseIO(
121+
prefix=f"{PREFIX.beamline_prefix}-EA-TTRM-02:SumAll:"
122+
)
123+
},
113124
)
114125

115126

0 commit comments

Comments
 (0)