The method to parse the value from a string.
static AdifRxPwr fromString(String str) { return AdifRxPwr(AdifNumber.fromString(str)); }