I could not understand the range definition
parameter real TEMP = -NOT_GIVEN from [P_CELSIUS0:inf]; // Device temp [C]
Did that mean the model is only valid for temperatures higher than 0°C?
Later we have:
T = TEMP + `P_CELSIUS0; //AB: 040902 Temp -> TEMP
what seems correct.
I could not understand the range definition
parameter real TEMP = -
NOT_GIVEN from [P_CELSIUS0:inf]; // Device temp [C]Did that mean the model is only valid for temperatures higher than 0°C?
Later we have:
T = TEMP + `P_CELSIUS0; //AB: 040902 Temp -> TEMP
what seems correct.