ophyd.device.Device.get_instantiated_signals¶
-
Device.
get_instantiated_signals
(*, attr_prefix=None)¶ Yields all of the instantiated signals in a device hierarchy
Parameters: - attr_prefix : string, optional
The attribute prefix. If None, defaults to self.name
Yields: - (fully_qualified_attribute_name, signal_instance)