feat:add frontend motor and first_light config
This commit is contained in:
5
csaxs_bec/device_configs/first_light.yaml
Normal file
5
csaxs_bec/device_configs/first_light.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
optics:
|
||||
- !include ./optics_hutch.yaml
|
||||
|
||||
frontend:
|
||||
- !include ./frontend.yaml
|
||||
10
csaxs_bec/device_configs/frontend.yaml
Normal file
10
csaxs_bec/device_configs/frontend.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
idgap:
|
||||
description: 'Motor to control the IDGap of X12SA'
|
||||
deviceClass: ophyd_devices.devices.undulator.UndulatorGap
|
||||
deviceConfig:
|
||||
prefix: 'X10SA-UIND:'
|
||||
onFailure: raise # Consider changing to buffer
|
||||
enabled: true
|
||||
readoutPriority: baseline
|
||||
readOnly: true # put to false if you like to move it
|
||||
softwareTrigger: false
|
||||
Reference in New Issue
Block a user