diff --git a/csaxs_bec/device_configs/optics_hutch.yaml b/csaxs_bec/device_configs/optics_hutch.yaml index c1ec9c6..d3957e5 100644 --- a/csaxs_bec/device_configs/optics_hutch.yaml +++ b/csaxs_bec/device_configs/optics_hutch.yaml @@ -11,6 +11,7 @@ dmmroty: deviceTags: - cSAXS - optics + dmmx: description: 'Double Multilayer Monochromator, translation X' deviceClass: ophyd.EpicsMotor @@ -24,6 +25,7 @@ dmmx: deviceTags: - cSAXS - optics + dmmy: description: 'Double Multilayer Monochromator, translation Y' deviceClass: ophyd.EpicsMotor @@ -37,6 +39,7 @@ dmmy: deviceTags: - cSAXS - optics + ccmroty: description: 'Channel-cut Monochromator rotation Y' deviceClass: ophyd.EpicsMotor @@ -50,6 +53,7 @@ ccmroty: deviceTags: - cSAXS - optics + ccmx: description: 'Channel-cut Monochromator, translation X' deviceClass: ophyd.EpicsMotor @@ -63,6 +67,71 @@ ccmx: deviceTags: - cSAXS - 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 # description: 'This is an example of a read-only Epics signal' # deviceClass: ophyd.EpicsSignalRO