NurApiAutotuneSetup(Byte, SByte) Constructor

Controls the module's internal automatic tuning during inventories.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public AutotuneSetup(
	byte mode,
	sbyte thresh
)

Parameters

mode  Byte
Autotune enable/disable and threshold use enable/disable.
thresh  SByte
Threshold when used and autotune enabled. Reflected power higher than this value causes the autotune to execute.

See Also