electricpy.conversions.watts¶ electricpy.conversions.watts(hp)¶ Horsepower to Watts Formula. Calculates the power (in watts) given the horsepower. Pwatts=Phorsepower⋅745.699872 Same as watts. Parameters:¶ hp : float¶The horsepower to compute. Returns:¶ watts – The power in watts. Return type:¶ float