Compare commits
3 Commits
fix/async_
...
test_gitea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
79d2071094 | ||
|
|
d8d2417679 | ||
|
|
8aa0a52bda |
35
csaxs_bec/device_configs/motors_copy_paste.yaml
Normal file
35
csaxs_bec/device_configs/motors_copy_paste.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
#Standard configuration of an Owis LTM80 linear stage
|
||||
samx:
|
||||
description: Owis LTM80 linear stage
|
||||
deviceClass: ophyd_devices.devices.EpicsMotorEx
|
||||
deviceConfig:
|
||||
prefix: X12SA-ES2-ES01
|
||||
motor_resolution: 0.00125
|
||||
base_velocity: 0.25
|
||||
velocity: 2.5
|
||||
backlash_distance: 0.125
|
||||
acceleration: 0.4
|
||||
user_offset_dir: 0
|
||||
direction_of_travel: 1
|
||||
deviceTags:
|
||||
- cSAXS
|
||||
- user_motor
|
||||
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
|
||||
@@ -26,6 +26,20 @@ dmmx:
|
||||
- cSAXS
|
||||
- optics
|
||||
|
||||
#E_kev:
|
||||
# description: 'Double Multilayer Monochromator, energy (keV)'
|
||||
# deviceClass: ophyd.EpicsMotor
|
||||
# deviceConfig:
|
||||
# prefix: 'X12SA-OP-DMM1:ENERGY'
|
||||
# onFailure: raise
|
||||
# enabled: true
|
||||
# readoutPriority: baseline
|
||||
# readOnly: true
|
||||
# softwareTrigger: false
|
||||
# deviceTags:
|
||||
# - cSAXS
|
||||
# - optics
|
||||
|
||||
dmmy:
|
||||
description: 'Double Multilayer Monochromator, translation Y'
|
||||
deviceClass: ophyd.EpicsMotor
|
||||
|
||||
Reference in New Issue
Block a user