IB_GetAntennaGain Function
C
bool IB_GetAntennaGain(int8_t * p_antennaGain);Description
This routine will get antenna gain value from IB. The value can be used to calculate radiative power. radiative power = conductive power + antenna gain
Parameters
| Param | Description |
|---|---|
| int8_t p_antennaGain | the memory to store antenna gain value |
Returns
A boolean value, True means vaild antenna gain IB
