electricpy.conversions.btu

electricpy.conversions.btu(kWh)

Killo-Watt-Hours to BTU Function.

Converts kWh (killo-Watt-hours) to BTU (British Thermal Units).

\[\text{BTU} = \text{kWh}\cdot3412.14\]

Same as btu.

Parameters:
kWh : float

The number of killo-Watt-hours

Returns:

BTU – The number of British Thermal Units

Return type:

float