RFmxWlanMXOfdmModAccSigCrcStatus Enumeration
- Updated2025-10-13
- 1 minute(s) read
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
| Name | Value | Description |
|---|---|---|
| NotApplicable | -1 | Returns that the SIG CRC is invalid for the current waveform. |
| Fail | 0 | Returns that the SIG CRC failed. |
| Pass | 1 | Returns that the SIG CRC passed. |