id4_common.utils.oregistry_auxiliar
Auxiliary utilities for querying and displaying the ophyd device registry.
Module Contents
-
id4_common.utils.oregistry_auxiliar.get_devices(label)
Prints a table with the devices that have the label.
- Parameters:
label (str) – Label to be searched. This will be something like “scaler”.
- Return type:
None
See also
ophydregistry.Registry.findall()