NurApiTuneAntenna Method
Executes antenna tune sequence.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public int[] TuneAntenna(
int antenna,
bool deepTune,
bool saveResults
)
- antenna Int32
- Antenna number to tune (0...Max antennas).
- deepTune Boolean
- If set to false the tune is 'quick'. When true, the tuning is done with more wider value area.
- saveResults Boolean
- If set to true the tuning result is stored into the module's non-volatile memory.
Otherwise the results are just taken into use for as long as the module is powered.
Int32An array of integers representing dBm reflected power in each of the 6 tuning bands (the values are multiplied by 1000).
Use with care. If not sure that you need for this, do not use!