get

Parameters.get(label: str) Parameter[source]

Get a Parameter by its label.

Parameters:

label (str) – The label of the parameter, with its path in a ParameterGroup prepended.

Returns:

The parameter.

Return type:

Parameter

Raises:

ParameterNotFoundException – Raised if no parameter with the given label exists.