ophyd.device.Device.describe_configuration¶
- Device.describe_configuration() → ophyd.device.OrderedDictType[str, Dict[str, Any]]¶
Provide schema & meta-data for
read_configuration()
This keys in the OrderedDict this method returns must match the keys in the OrderedDict return by
read()
.This provides schema related information, (ex shape, dtype), the source (ex PV name), and if available, units, limits, precision etc.
- Returns
- data_keysOrderedDict
The keys must be strings and the values must be dict-like with the
event_model.event_descriptor.data_key
schema.