NurApiTuneAntenna Method

Executes antenna tune sequence.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int[] TuneAntenna(
	int antenna,
	bool deepTune,
	bool saveResults
)

Parameters

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.

Return Value

Int32
An array of integers representing dBm reflected power in each of the 6 tuning bands (the values are multiplied by 1000).

Remarks

Use with care. If not sure that you need for this, do not use!

See Also