modelΒΆ

Problem.model

Property providing access to the used model

The model is a subclass of glotaran.model.Model decorated with the @model decorator glotaran.model.model_decorator.model For an example implementation see e.g. glotaran.builtin.models.kinetic_spectrum

Returns:
Model: A subclass of glotaran.model.Model

The model must be decorated with the @model decorator glotaran.model.model_decorator.model