From 60c7878dad4839531b6e055eb1be94d696c6e2a7 Mon Sep 17 00:00:00 2001 From: Klaus Wakonig Date: Tue, 9 May 2023 19:26:21 +0200 Subject: [PATCH] fix: fixed harmonic signal --- ophyd_devices/epics/db/x07ma_database.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ophyd_devices/epics/db/x07ma_database.yaml b/ophyd_devices/epics/db/x07ma_database.yaml index e701113..7083402 100644 --- a/ophyd_devices/epics/db/x07ma_database.yaml +++ b/ophyd_devices/epics/db/x07ma_database.yaml @@ -129,7 +129,7 @@ sample_rot: harmonic: description: 'ID harmonic' deviceClass: EpicsSignal - deviceConfig: {name: harmonic, prefix: 'X07MA-ID:HARMONIC'} + deviceConfig: {name: harmonic, read_pv: 'X07MA-ID:HARMONIC'} acquisitionConfig: {acquisitionGroup: monitor, readoutPriority: baseline, schedule: sync} onFailure: retry status: {enabled: true}