squants
squants copied to clipboard
Incorrect conversion factor in PowerRamp units per minute and per hour
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.
Seeing the same issue.