ophyd_async.core.NotConnected#
- exception ophyd_async.core.NotConnected(errors: str | Dict[str, Exception])[source]#
Exception to be raised if a
Device.connect
is cancelledNotConnected holds a mapping of device/signal names to errors.
- Parameters:
errors (ErrorText) – Mapping of device name to Exception or another NotConnected. Alternatively a string with the signal error text.