From b063231037c2ebd07806fa3dfd1db8a020f065bc Mon Sep 17 00:00:00 2001 From: x12sa Date: Mon, 16 Feb 2026 20:10:48 +0100 Subject: [PATCH] fix(config): remove panda test config --- csaxs_bec/device_configs/panda_test.yaml | 32 ------------------------ 1 file changed, 32 deletions(-) delete mode 100644 csaxs_bec/device_configs/panda_test.yaml diff --git a/csaxs_bec/device_configs/panda_test.yaml b/csaxs_bec/device_configs/panda_test.yaml deleted file mode 100644 index d893be1..0000000 --- a/csaxs_bec/device_configs/panda_test.yaml +++ /dev/null @@ -1,32 +0,0 @@ -samx: - readoutPriority: baseline - deviceClass: ophyd_devices.SimPositioner - deviceConfig: - delay: 1 - limits: - - -50 - - 50 - tolerance: 0.01 - update_frequency: 400 - deviceTags: - - user motors - enabled: true - readOnly: false -bpm4i: - readoutPriority: monitored - deviceClass: ophyd_devices.SimMonitor - deviceConfig: - deviceTags: - - beamline - enabled: true - readOnly: false -panda: - readoutPriority: async - deviceClass: csaxs_bec.devices.panda_box.panda_box.PandaBoxCSAXS - deviceConfig: - host: omny-panda.psi.ch - deviceTags: - - detector - enabled: true - readOnly: false - softwareTrigger: false