-
Notifications
You must be signed in to change notification settings - Fork 4
internalUnitDefault
jbvandermeer edited this page Dec 15, 2017
·
3 revisions
This file describes the default units, scale, offset and datatype used by the different types of data in the model.
Real power.
Attributes:
units: kW
scale: 1
offset: 0
datatype: int32
Reactive power.
Attributes:
units: kvar
scale: 1
offset: 0
datatype: int32
Apparent power.
Attributes:
units: kVA
scale: 1
offset: 0
datatype: int32
Wind Speed.
Attributes:
units: m/s
scale: 1
offset: 0
datatype: int32
Internal temperature of thermal storage.
Attributes:
units: K
scale: 1,000,000
offset: 0
datatype: int32
Ambient temperature.
Attributes:
units: K
scale: 1
offset: 0
datatype: int32
time stamps of data.
Attributes:
units: seconds since January 01 1970 (UTC)
scale: 1
offset: 0
datatype: int32
Fuel flow .
Attributes:
units: kg/s
scale: 10,000
offset: 0
datatype: int32