Add Undulator motor #84

Merged
appel_c merged 1 commits from feat/add_undulator_motor_to_config into main 2025-07-09 15:34:52 +02:00
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
optics:
- !include ./optics_hutch.yaml
frontend:
- !include ./frontend.yaml

View 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