Skip to content

Implement DummyTangoDevice

Jerome Carnis requested to merge dummyTango into master

The goal is to mock any Tango device in a very simplistic way. One can set the required attributes as a dictionary of attribute_name: [value, unit] key-value pairs in the config file. Required methods are provided as a list of method names, which all point to a dummy function.

Edited by Jerome Carnis

Merge request reports