set readOnly to false for DMM motors and correct description

This commit is contained in:
gac-x12sa
2025-07-01 11:42:39 +02:00
parent c51379a2cc
commit fad4611144

View File

@@ -1,38 +1,38 @@
dmm1_roty:
description: 'Double Multilayer Monochromator first crystal, rotation Y'
description: 'Double Multilayer Monochromator 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)!
readOnly: false
softwareTrigger: false
deviceTags:
- cSAXS
- optics
dmm1_trx:
description: 'Double Multilayer Monochromator first crystal, translation X'
description: 'Double Multilayer Monochromator, 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)!
readOnly: false
softwareTrigger: false
deviceTags:
- cSAXS
- optics
dmm1_try:
description: 'Double Multilayer Monochromator first crystal, translation Y'
description: 'Double Multilayer Monochromator, 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)!
readOnly: false
softwareTrigger: false
deviceTags:
- cSAXS