DiamondLightSource / DiamondLightSource/dodal

Add a gas injection rig device

Open
#1,289 0 comments 0 reactions 0 assignees View on GitHub
enhancement i18
Dominant language
Python
Stars
5
Forks
13
Avg merge
3d 2h
Merged PRs (30d)
10

Description

Based on the i18 spectroscopy work - it seems better to put this logic into a device

https://github.com/DiamondLightSource/spectroscopy-bluesky/pull/22

need to use the monitoring feature

```python
from ophyd_async.core import observe_value, observe_signals_value
line_pressure_iterator = observe_value(
gas_injector.pressure_controller_1.readout
)
value = await anext(line_pressure_iterator)

```

update: will also be used at b18 at some point https://github.com/DiamondLightSource/dodal/issues/1309

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.