mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 06:33:34 -07:00
Added constants
This commit is contained in:
@ -73,4 +73,34 @@ unit = true
|
||||
enum_name = "PPQ"
|
||||
strings = "ppq"
|
||||
value = "1e-15"
|
||||
unit = true
|
||||
|
||||
[[constant]]
|
||||
enum_name = "KWH"
|
||||
strings = "kWh"
|
||||
value = "kW * hour"
|
||||
unit = true
|
||||
|
||||
[[constant]]
|
||||
enum_name = "MWH"
|
||||
strings = "WMh"
|
||||
value = "MW * hour"
|
||||
unit = true
|
||||
|
||||
[[constant]]
|
||||
enum_name = "GWH"
|
||||
strings = "GWh"
|
||||
value = "GW * hour"
|
||||
unit = true
|
||||
|
||||
[[constant]]
|
||||
enum_name = "TWH"
|
||||
strings = "TWh"
|
||||
value = "TW * hour"
|
||||
unit = true
|
||||
|
||||
[[constant]]
|
||||
enum_name = "PWH"
|
||||
strings = "PWh"
|
||||
value = "PW * hour"
|
||||
unit = true
|
Reference in New Issue
Block a user