CADETProcess.dataStructure.parameter.Constant# class CADETProcess.dataStructure.parameter.Constant(value: Any, *args: Any, **kwargs: Any)[source]# Bases: ParameterBase Parameter that is immutable once set. Attributes: valueAnyThe immutable value of the parameter. Notes Once set, the value of a Constant parameter cannot be modified.