diff --git a/csaxs_bec/device_configs/optics_hutch.yaml b/csaxs_bec/device_configs/optics_hutch.yaml new file mode 100644 index 0000000..eeb6560 --- /dev/null +++ b/csaxs_bec/device_configs/optics_hutch.yaml @@ -0,0 +1,59 @@ +dmm1_roty: + description: 'Double Multilayer Monochromator first crystal, rotation Y' + deviceClass: ophyd.EpicsMotor + deviceConfig: + prefix: 'X12SA-OP-DMM1:ROTY' + onFailure: raise + enabled: true + readoutPriority: baseline + readOnly: true #false TODO Put to true to be able to move it (once tested)! + softwareTrigger: false + deviceTags: + - cSAXS + - optics +dmm1_trx: + description: 'Double Multilayer Monochromator first crystal, translation X' + deviceClass: ophyd.EpicsMotor + deviceConfig: + prefix: 'X12SA-OP-DMM1:TRX' + onFailure: raise + enabled: true + readoutPriority: baseline + readOnly: true #false TODO Put to true to be able to move it (once tested)! + softwareTrigger: false + deviceTags: + - cSAXS + - optics +dmm1_try: + description: 'Double Multilayer Monochromator first crystal, translation Y' + deviceClass: ophyd.EpicsMotor + deviceConfig: + prefix: 'X12SA-OP-DMM1:TRY' + onFailure: raise + enabled: true + readoutPriority: baseline + readOnly: true #false TODO Put to true to be able to move it (once tested)! + softwareTrigger: false + deviceTags: + - cSAXS + - optics +# 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 +# deviceConfig: +# read_pv: 'X12SA-OP-DMM1:TRX.RBV' +# onFailure: raise +# enabled: true +# readoutPriority: monitored +# readOnly: true +# softwareTrigger: false +# my_settable_signal: +# description: 'This is an example of a settable Epics signal' +# deviceClass: ophyd.EpicsSignal +# deviceConfig: +# read_pv: 'X07MA-FE-DSAPER' +# onFailure: retry +# enabled: true +# readoutPriority: baseline +# readOnly: false +# softwareTrigger: false \ No newline at end of file