dict_device_support#

Import: apstools.devices.dict_device_support

DictionaryDevice#

Create an ophyd Device defined by a dictionary so that a simple dictionary can be recorded in a bluesky data stream.

dict_device_factory([data])

Create a DictionaryDevice class using the supplied dictionary.

make_dict_device(obj[, name])

Make recordable DictionaryDevice instance from dictionary.

Module Contents#

apstools.devices.dict_device_support.dict_device_factory(data={})[source]#

Import: apstools.devices.dict_device_support.dict_device_factory

Create a DictionaryDevice class using the supplied dictionary.

apstools.devices.dict_device_support.make_dict_device(obj, name='ddev')[source]#

Import: apstools.devices.dict_device_support.make_dict_device

Make recordable DictionaryDevice instance from dictionary.