ophyd_async.core.assert_configuration#
- async ophyd_async.core.assert_configuration(configurable: AsyncConfigurable, configuration: Mapping[str, Reading]) None [source]#
Assert readings from Configurable.
- Parameters:
configurable – Configurable with Configurable.read function that generate readings.
configuration – The expected readings from configurable.
Notes
- Example usage::
await assert_configuration(configurable configuration)