profiles.temperature.IsothermalTemperatureProfile.get_derived_profile#
- IsothermalTemperatureProfile.get_derived_profile(profile_name: str, **kwargs)#
Access and instantiate a derived profile by name.
If the profile has already been instantiated and no additional kwargs are provided, the cached version is returned.
- Parameters:
- Returns:
An instance of the derived profile, initialized with inherited and/or overridden parameters.
- Return type:
- Raises:
KeyError – If the requested derived profile is not defined.