NurApiTxModulation Property

Transmission modulation.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int TxModulation { get; set; }

Property Value

Int32
The TX modulation is either ASK (TXMODULATION_ASK) or PR-ASK (TXMODULATION_PRASK).

Remarks

It is recomended to use RfProfile instead of this.

It is possible to use ASK (amplitude shift keying) or PR-ASK (phase reversed amplitude shift keying) modulation. Tags that are compliant with ISO18000-6C (EPC C1G2) must support both of these modulations. PR-ASK has lower transmission data rate and because of that it has narrower output spectrum. This is why it is recommended to be used when operating in DRM mode. By default the modulation is set to TXMODULATION_PRASK.

See Also