Tx attenuation step size is set to 0.05 dB (TXATTEN_0P05_DB)
When running the following API -- MYKONOS_setTx1Attenuation(&device,15000) -- I am trying to attenuate by 15 decibels. This is within range of the TX attenuation, from 0 - 41.95 dB.
However, later on when I call the get API -- MYKONOS_getTx1Attenuation(&device,&atten) -- the attenuation value shown is 17000 mdB. Nowhere else do I set the attenuation to this value via the API calls.
Any idea why this discrepancy is happening? The step size should not be an issue, but even if it were the value should be lower, not higher.