From e5f004258a222513f04ca95bc27898a326f5522a Mon Sep 17 00:00:00 2001 From: gac-x07mb Date: Fri, 30 Aug 2024 17:17:57 +0200 Subject: [PATCH] add on yaml file --- .../device_configs/phoenix_falcon_nohdef5.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 phoenix_bec/device_configs/phoenix_falcon_nohdef5.yaml diff --git a/phoenix_bec/device_configs/phoenix_falcon_nohdef5.yaml b/phoenix_bec/device_configs/phoenix_falcon_nohdef5.yaml new file mode 100644 index 0000000..d14a654 --- /dev/null +++ b/phoenix_bec/device_configs/phoenix_falcon_nohdef5.yaml @@ -0,0 +1,17 @@ +# +# falcon without hdf5 +# +falcon_nohdf5: + description: Falcon detector x-ray fluoresence II + deviceClass: phoenix_bec.devices.falcon_phoenix_no_hdf5.FalconPhoenix + deviceConfig: + prefix: 'X07MB-SITORO:' + deviceTags: + - phoenix + - falcon + - no hdf5 + - phoenix_devices.yaml + onFailure: buffer + enabled: true + readoutPriority: async + softwareTrigger: false \ No newline at end of file