add and test smaract stages inside OPbox
This commit is contained in:
@@ -11,6 +11,7 @@ dmmroty:
|
|||||||
deviceTags:
|
deviceTags:
|
||||||
- cSAXS
|
- cSAXS
|
||||||
- optics
|
- optics
|
||||||
|
|
||||||
dmmx:
|
dmmx:
|
||||||
description: 'Double Multilayer Monochromator, translation X'
|
description: 'Double Multilayer Monochromator, translation X'
|
||||||
deviceClass: ophyd.EpicsMotor
|
deviceClass: ophyd.EpicsMotor
|
||||||
@@ -24,6 +25,7 @@ dmmx:
|
|||||||
deviceTags:
|
deviceTags:
|
||||||
- cSAXS
|
- cSAXS
|
||||||
- optics
|
- optics
|
||||||
|
|
||||||
dmmy:
|
dmmy:
|
||||||
description: 'Double Multilayer Monochromator, translation Y'
|
description: 'Double Multilayer Monochromator, translation Y'
|
||||||
deviceClass: ophyd.EpicsMotor
|
deviceClass: ophyd.EpicsMotor
|
||||||
@@ -37,6 +39,7 @@ dmmy:
|
|||||||
deviceTags:
|
deviceTags:
|
||||||
- cSAXS
|
- cSAXS
|
||||||
- optics
|
- optics
|
||||||
|
|
||||||
ccmroty:
|
ccmroty:
|
||||||
description: 'Channel-cut Monochromator rotation Y'
|
description: 'Channel-cut Monochromator rotation Y'
|
||||||
deviceClass: ophyd.EpicsMotor
|
deviceClass: ophyd.EpicsMotor
|
||||||
@@ -50,6 +53,7 @@ ccmroty:
|
|||||||
deviceTags:
|
deviceTags:
|
||||||
- cSAXS
|
- cSAXS
|
||||||
- optics
|
- optics
|
||||||
|
|
||||||
ccmx:
|
ccmx:
|
||||||
description: 'Channel-cut Monochromator, translation X'
|
description: 'Channel-cut Monochromator, translation X'
|
||||||
deviceClass: ophyd.EpicsMotor
|
deviceClass: ophyd.EpicsMotor
|
||||||
@@ -63,6 +67,71 @@ ccmx:
|
|||||||
deviceTags:
|
deviceTags:
|
||||||
- cSAXS
|
- cSAXS
|
||||||
- optics
|
- optics
|
||||||
|
|
||||||
|
xbpm1x:
|
||||||
|
description: X-ray beam position monitor 1 in OPbox
|
||||||
|
deviceClass: csaxs_bec.devices.smaract.smaract_ophyd.SmaractMotor
|
||||||
|
deviceConfig:
|
||||||
|
axis_Id: A
|
||||||
|
host: x12sa-eb-smaract-mcs-03.psi.ch
|
||||||
|
limits:
|
||||||
|
- -200
|
||||||
|
- 200
|
||||||
|
port: 5000
|
||||||
|
sign: 1
|
||||||
|
enabled: true
|
||||||
|
onFailure: buffer
|
||||||
|
readOnly: false
|
||||||
|
readoutPriority: baseline
|
||||||
|
|
||||||
|
xbpm1y:
|
||||||
|
description: X-ray beam position monitor 1 in OPbox
|
||||||
|
deviceClass: csaxs_bec.devices.smaract.smaract_ophyd.SmaractMotor
|
||||||
|
deviceConfig:
|
||||||
|
axis_Id: B
|
||||||
|
host: x12sa-eb-smaract-mcs-03.psi.ch
|
||||||
|
limits:
|
||||||
|
- -200
|
||||||
|
- 200
|
||||||
|
port: 5000
|
||||||
|
sign: 1
|
||||||
|
enabled: true
|
||||||
|
onFailure: buffer
|
||||||
|
readOnly: false
|
||||||
|
readoutPriority: baseline
|
||||||
|
|
||||||
|
Cu_foilx:
|
||||||
|
description: Cu foil in OPbox
|
||||||
|
deviceClass: csaxs_bec.devices.smaract.smaract_ophyd.SmaractMotor
|
||||||
|
deviceConfig:
|
||||||
|
axis_Id: C
|
||||||
|
host: x12sa-eb-smaract-mcs-03.psi.ch
|
||||||
|
limits:
|
||||||
|
- -200
|
||||||
|
- 200
|
||||||
|
port: 5000
|
||||||
|
sign: 1
|
||||||
|
enabled: true
|
||||||
|
onFailure: buffer
|
||||||
|
readOnly: false
|
||||||
|
readoutPriority: baseline
|
||||||
|
|
||||||
|
scinx:
|
||||||
|
description: scintillator in OPbox
|
||||||
|
deviceClass: csaxs_bec.devices.smaract.smaract_ophyd.SmaractMotor
|
||||||
|
deviceConfig:
|
||||||
|
axis_Id: D
|
||||||
|
host: x12sa-eb-smaract-mcs-03.psi.ch
|
||||||
|
limits:
|
||||||
|
- -200
|
||||||
|
- 200
|
||||||
|
port: 5000
|
||||||
|
sign: 1
|
||||||
|
enabled: true
|
||||||
|
onFailure: buffer
|
||||||
|
readOnly: false
|
||||||
|
readoutPriority: baseline
|
||||||
|
|
||||||
# dmm1_trx_readback_example: # This is the same template as for i.e. bpm4i
|
# dmm1_trx_readback_example: # This is the same template as for i.e. bpm4i
|
||||||
# description: 'This is an example of a read-only Epics signal'
|
# description: 'This is an example of a read-only Epics signal'
|
||||||
# deviceClass: ophyd.EpicsSignalRO
|
# deviceClass: ophyd.EpicsSignalRO
|
||||||
|
|||||||
Reference in New Issue
Block a user