mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-01 01:20:41 +02:00
fix: fixed pv name for sample manipulator
This commit is contained in:
parent
5a7f8ac407
commit
41929a59ab
@ -105,7 +105,7 @@ signals:
|
|||||||
sample_hor:
|
sample_hor:
|
||||||
description: 'Horizontal sample position'
|
description: 'Horizontal sample position'
|
||||||
deviceClass: EpicsMotor
|
deviceClass: EpicsMotor
|
||||||
deviceConfig: {name: sample_hor, prefix: 'X07MA-ES1-AI:TRZS'}
|
deviceConfig: {name: sample_hor, prefix: 'X07MA-ES1-MAG:TRZS'}
|
||||||
acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync}
|
acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync}
|
||||||
onFailure: retry
|
onFailure: retry
|
||||||
status: {enabled: true}
|
status: {enabled: true}
|
||||||
@ -113,7 +113,7 @@ sample_hor:
|
|||||||
sample_vert:
|
sample_vert:
|
||||||
description: 'Horizontal sample position'
|
description: 'Horizontal sample position'
|
||||||
deviceClass: EpicsMotor
|
deviceClass: EpicsMotor
|
||||||
deviceConfig: {name: sample_vert, prefix: 'X07MA-ES1-AI:TRY1'}
|
deviceConfig: {name: sample_vert, prefix: 'X07MA-ES1-MAG:TRY1'}
|
||||||
acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync}
|
acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync}
|
||||||
onFailure: retry
|
onFailure: retry
|
||||||
status: {enabled: true}
|
status: {enabled: true}
|
||||||
@ -121,7 +121,7 @@ sample_vert:
|
|||||||
sample_rot:
|
sample_rot:
|
||||||
description: 'Horizontal sample position'
|
description: 'Horizontal sample position'
|
||||||
deviceClass: EpicsMotor
|
deviceClass: EpicsMotor
|
||||||
deviceConfig: {name: sample_rot, prefix: 'X07MA-ES1-AI:ROY1'}
|
deviceConfig: {name: sample_rot, prefix: 'X07MA-ES1-MAG:ROY1'}
|
||||||
acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync}
|
acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync}
|
||||||
onFailure: retry
|
onFailure: retry
|
||||||
status: {enabled: true}
|
status: {enabled: true}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user