RFmxWlanMXOfdmModAccSigBCrcStatus Enumeration
- Updated2025-04-08
- 1 minute(s) read
Returns whether the cyclic redundancy check (CRC) has passed for the HE-SIG-B field of the 802.11ax MU PPDU waveform.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccSigBCrcStatus
Members
Name | Value | Description |
---|---|---|
NotApplicable | -1 | Returns that the SIG-B CRC is invalid for the current waveform. |
Fail | 0 | Returns that the SIG-B CRC failed. |
Pass | 1 | Returns that the SIG-B CRC passed. |