InitialConcentration

class glotaran.builtin.models.kinetic_image.initial_concentration.InitialConcentration[source]

Bases: object

An initial concentration describes the population of the compartments at the beginning of an experiment.

Attributes Summary

compartments

exclude_from_normalize

label

parameters

Methods Summary

fill

Returns a copy of the {cls._name} instance with all members which are Parameters are replaced by the value of the corresponding parameter in the parameter group.

from_dict

from_list

mprint

normalized

validate

Methods Documentation

property compartments: List[str]
property exclude_from_normalize: List[str]
fill(model: Model, parameters: ParameterGroup) cls

Returns a copy of the {cls._name} instance with all members which are Parameters are replaced by the value of the corresponding parameter in the parameter group.

Parameters
  • model – A glotaran model.

  • parameter (ParameterGroup) – The parameter group to fill from.

classmethod from_dict(values: dict) cls
classmethod from_list(values: list) cls
property label: str
mprint(parameters: ParameterGroup = None, initial_parameters: ParameterGroup = None) str
normalized() glotaran.builtin.models.kinetic_image.initial_concentration.InitialConcentration[source]
property parameters: List[glotaran.parameter.parameter.Parameter]
validate(model: Model, parameters=None) list[str]