w
This commit is contained in:
@@ -46,7 +46,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
# signals=[
|
||||
# f"mca{i}" for i in range(1, 33)
|
||||
# ], # This needs to be in sync with counters DynamicDeviceComponent
|
||||
# ndim=0,
|
||||
# ndim=1,
|
||||
# async_update={"type": "add", "max_shape": [None]},
|
||||
# max_size=1000,
|
||||
# kind=Kind.normal,
|
||||
@@ -58,7 +58,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 1",
|
||||
)
|
||||
mca2 = Cpt(
|
||||
@@ -67,7 +67,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 2",
|
||||
)
|
||||
mca3 = Cpt(
|
||||
@@ -76,7 +76,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 3",
|
||||
)
|
||||
mca4 = Cpt(
|
||||
@@ -85,7 +85,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 4",
|
||||
)
|
||||
mca5 = Cpt(
|
||||
@@ -94,7 +94,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 5",
|
||||
)
|
||||
mca6 = Cpt(
|
||||
@@ -103,7 +103,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 6",
|
||||
)
|
||||
mca7 = Cpt(
|
||||
@@ -112,7 +112,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 7",
|
||||
)
|
||||
mca8 = Cpt(
|
||||
@@ -121,7 +121,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 8",
|
||||
)
|
||||
mca9 = Cpt(
|
||||
@@ -130,7 +130,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 9",
|
||||
)
|
||||
mca10 = Cpt(
|
||||
@@ -139,7 +139,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 10",
|
||||
)
|
||||
mca11 = Cpt(
|
||||
@@ -148,7 +148,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 11",
|
||||
)
|
||||
mca12 = Cpt(
|
||||
@@ -157,7 +157,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 12",
|
||||
)
|
||||
mca13 = Cpt(
|
||||
@@ -166,7 +166,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 13",
|
||||
)
|
||||
mca14 = Cpt(
|
||||
@@ -175,7 +175,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 14",
|
||||
)
|
||||
mca15 = Cpt(
|
||||
@@ -184,7 +184,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 15",
|
||||
)
|
||||
mca16 = Cpt(
|
||||
@@ -193,7 +193,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 16",
|
||||
)
|
||||
mca17 = Cpt(
|
||||
@@ -202,7 +202,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 17",
|
||||
)
|
||||
mca18 = Cpt(
|
||||
@@ -211,7 +211,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 18",
|
||||
)
|
||||
mca19 = Cpt(
|
||||
@@ -220,7 +220,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 19",
|
||||
)
|
||||
mca20 = Cpt(
|
||||
@@ -229,7 +229,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 20",
|
||||
)
|
||||
mca21 = Cpt(
|
||||
@@ -238,7 +238,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 21",
|
||||
)
|
||||
mca22 = Cpt(
|
||||
@@ -247,7 +247,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 22",
|
||||
)
|
||||
mca23 = Cpt(
|
||||
@@ -256,7 +256,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 23",
|
||||
)
|
||||
mca24 = Cpt(
|
||||
@@ -265,7 +265,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 24",
|
||||
)
|
||||
mca25 = Cpt(
|
||||
@@ -274,7 +274,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 25",
|
||||
)
|
||||
mca26 = Cpt(
|
||||
@@ -283,7 +283,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 26",
|
||||
)
|
||||
mca27 = Cpt(
|
||||
@@ -292,7 +292,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 27",
|
||||
)
|
||||
mca28 = Cpt(
|
||||
@@ -301,7 +301,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 28",
|
||||
)
|
||||
mca29 = Cpt(
|
||||
@@ -310,7 +310,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 29",
|
||||
)
|
||||
mca30 = Cpt(
|
||||
@@ -319,7 +319,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 30",
|
||||
)
|
||||
mca31 = Cpt(
|
||||
@@ -328,7 +328,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 31",
|
||||
)
|
||||
mca32 = Cpt(
|
||||
@@ -337,7 +337,7 @@ class MCSCardCSAXS(PSIDeviceBase, MCSCard):
|
||||
kind=Kind.normal,
|
||||
async_update={"type": "add", "max_shape": [None]},
|
||||
max_size=1000,
|
||||
ndim=0,
|
||||
ndim=1,
|
||||
doc="AsyncSignal for MCA channel 32",
|
||||
)
|
||||
# Progress Signal
|
||||
|
||||
Reference in New Issue
Block a user