GetParameterValueByName doesn´t work

Hi to everybody.

As you can see in the next pic, if i get the element.parameters of an element, I can see the parameter “Vorlauftemperatur” (“Flow temperatur”) with a right value of 70°C.
The problem starts when I try to extract this value with element.getparameterbyvaluename, it returns a “wrong?” value.

Some idea why?

i think temperatures in Dynamo are in Kelvin,
use GetParameterInUnitValue from Spring package

2 Likes

Could you share your Dyn file?

Perfect… Thanks a lot @khuzaimah.ElecEng