qudi.util.mapper.Converter
- class qudi.util.mapper.Converter[source]
Bases:
builtins.objectClass for converting data between display and storage (i.e. widget and model).
- __init__(*args, **kwargs)
Methods
__init__(*args, **kwargs)model_to_widget(data)Converts data from the model format to the widget data format.
widget_to_model(data)Converts data from the format given by the widget to the model data format.