electricpy.conversions.watts_to_dbmw

electricpy.conversions.watts_to_dbmw(watt)[source]

Watts to dBmW.

Given the power in watts, this function will evaluate the power in the decibel milli-watt scale.

Parameters:
watt : float

Power in Watts

Returns:

dbmw – Power in the decibel-milli-watts scale (dBmW)

Return type:

float