electricpy.conversions.dbw_to_dbmw

electricpy.conversions.dbw_to_dbmw(dbw)[source]

Convert dBW to dBmW.

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

Parameters:
dbw : float

Power in the decibel scale (dBW)

Returns:

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

Return type:

float