Returns whether the cyclic redundancy check (CRC) has passed either for the HT-SIG field of the 802.11n waveform, for the VHT-SIG-A field of the 802.11ac waveform, or for the HE-SIG-A field of the 802.11ax waveform.

Syntax

Namespace: NationalInstruments.RFmx.WlanMX

public enum RFmxWlanMXOfdmModAccSigCrcStatus

Members

NameValueDescription
NotApplicable-1

Returns that the SIG CRC is invalid for the current waveform.

Fail0

Returns that the SIG CRC failed.

Pass1

Returns that the SIG CRC passed.