According to the datasheet for the CC1120
Output_Power = ((PA_POWER_RAMP+1)/2)-18
So for example, for an output power of 10 dBm according to the formula
10 dBm : PA_POWER_RAMP = 55
However, the value generated in SmartRF Studio (1.7.0) shows for 10 dBm TX power PA_POWER_RAMP = 0x34 (52 decimal).
This holds true for almost all TX power values, the SmartRF value and the datasheet algorithm value differ.
Any help describing this difference would be greatly appreciated.