ophyd.v2.core.connect_children#
- async ophyd.v2.core.connect_children(device: Device, sim: bool)#
Call
child.connect(sim)
on all child devices in parallel.Typically used to implement
Device.connect
like this:async def connect(self, sim=False): await connect_children(self, sim)