electricpy.conversions.dbmw_to_watts

electricpy.conversions.dbmw_to_watts(dbmw)[source]

Convert dbmW to Watts.

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

Parameters:
dbmw : float

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

Returns:

watt – Power in Watts

Return type:

float