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