diff --git a/debye_bec/device_configs/x01da_experimental_hutch.yaml b/debye_bec/device_configs/x01da_experimental_hutch.yaml index f14d1aa..08753f2 100644 --- a/debye_bec/device_configs/x01da_experimental_hutch.yaml +++ b/debye_bec/device_configs/x01da_experimental_hutch.yaml @@ -386,4 +386,64 @@ es_light_toggle: read_pv: "X01DA-EH-LIGHT:TOGGLE" onFailure: retry enabled: true + softwareTrigger: false + +es_gas_sensor_o2: + readoutPriority: baseline + description: ES Gas Sensor O2 + deviceClass: ophyd.EpicsSignalRO + deviceConfig: + read_pv: "X01DA-KIMESSA2:EH-O2" + onFailure: retry + enabled: true + softwareTrigger: false + +es_gas_sensor_h2s: + readoutPriority: baseline + description: ES Gas Sensor H2S + deviceClass: ophyd.EpicsSignalRO + deviceConfig: + read_pv: "X01DA-KIMESSA2:EH-H2S" + onFailure: retry + enabled: true + softwareTrigger: false + +es_gas_sensor_no2: + readoutPriority: baseline + description: ES Gas Sensor NO2 + deviceClass: ophyd.EpicsSignalRO + deviceConfig: + read_pv: "X01DA-KIMESSA2:EH-NO2" + onFailure: retry + enabled: true + softwareTrigger: false + +es_gas_sensor_co: + readoutPriority: baseline + description: ES Gas Sensor CO + deviceClass: ophyd.EpicsSignalRO + deviceConfig: + read_pv: "X01DA-KIMESSA2:EH-CO" + onFailure: retry + enabled: true + softwareTrigger: false + +es_gas_sensor_h2: + readoutPriority: baseline + description: ES Gas Sensor H2 + deviceClass: ophyd.EpicsSignalRO + deviceConfig: + read_pv: "X01DA-KIMESSA2:EH-H2" + onFailure: retry + enabled: true + softwareTrigger: false + +es_gas_sensor_nh3: + readoutPriority: baseline + description: ES Gas Sensor NH3 + deviceClass: ophyd.EpicsSignalRO + deviceConfig: + read_pv: "X01DA-KIMESSA2:EH-NH3" + onFailure: retry + enabled: true softwareTrigger: false \ No newline at end of file