glotaran_fill

ModelProperty.glotaran_fill(value: Any, model: Model, parameter: ParameterGroup) Any[source]

Fill a property with items from a model and parameters.

This replaces model item labels with the actual items and sets the parameter values.

Parameters
  • value (Any) – The property value.

  • model (Model) – The model to fill in.

  • parameter (ParameterGroup) – The parameters to fill in.

Returns

The filled value.

Return type

Any