CADETProcess.dataStructure.parameter_group.ParameterWrapper

Contents

CADETProcess.dataStructure.parameter_group.ParameterWrapper#

class CADETProcess.dataStructure.parameter_group.ParameterWrapper(wrapped_object)[source]#

Base class for converting the config from objects such as units.

Raises:
CADETProcessError

If the wrapped_object is no instance of the base_class.

Attributes:
_base_classtype

The base class of the class hierarchy.

_wrapped_objectobj

Object whose config is to be converted