You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically the conversion between units such as WattsPerMinute and WattsPerHour are incorrect, see PowerRampSpec:
WattsPerHour(1) should be(WattsPerMinute(60))
This should be WattsPerHour(3600) should be(WattsPerMinute(60))
Also the types in PowerRamp use "m" for minutes in their symbols, but this is incorrect and "min" should be used. See Non-SI units mentioned in the SI.
The text was updated successfully, but these errors were encountered:
Specifically the conversion between units such as WattsPerMinute and WattsPerHour are incorrect, see PowerRampSpec:
This should be
WattsPerHour(3600) should be(WattsPerMinute(60))
Also the types in PowerRamp use "m" for minutes in their symbols, but this is incorrect and "min" should be used. See Non-SI units mentioned in the SI.
The text was updated successfully, but these errors were encountered: