diff --git a/csaxs_bec/device_configs/motors_copy_paste.yaml b/csaxs_bec/device_configs/motors_copy_paste.yaml new file mode 100644 index 0000000..4165b73 --- /dev/null +++ b/csaxs_bec/device_configs/motors_copy_paste.yaml @@ -0,0 +1,33 @@ +#Standard configuration of an Owis LTM80 linear stage +samx: + description: Owis LTM80 linear stage + deviceClass: ophyd_devices.devices.EpicsMotorEx + deviceConfig: + prefix: X12SA-ES1-ES01 + motor_resolution: 0.00125 + base_velocity: 0.25 + velocity: 2.5 + backlash_distance: 0.125 + acceleration: 0.4 + user_offset_dir: 0 + deviceTags: + - cSAXS + onFailure: buffer + enabled: true + readoutPriority: baseline + readOnly: false + softwareTrigger: false + +#xbpm1x: +# description: 'X-ray BPM1 in frontend translation x' +# deviceClass: ophyd.EpicsMotor +# deviceConfig: +# prefix: 'X12SA-FE-XBPM1:TRX' +# onFailure: raise +# enabled: true +# readoutPriority: baseline +# readOnly: false +# softwareTrigger: false +# deviceTags: +# - cSAXS +# - frontend \ No newline at end of file