get
- ParameterGroup.get(label: str) glotaran.parameter.parameter.Parameter[source]
Get a
Parameterby its label.- Parameters
label (str) – The label of the parameter, with its path in a
ParameterGroupprepended.- Returns
The parameter.
- Return type
- Raises
ParameterNotFoundException – Raised if no parameter with the given label exists.