RFmxWlanMXOfdmModAccSigBCrcStatus Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxWlanMXOfdmModAccSigBCrcStatus Enumeration
Returns whether the cyclic redundancy check (CRC) has passed for the HE-SIG-B field of the 802.11ax MU PPDU waveform.
Namespace: NationalInstruments.RFmx.WlanMX
Assembly: NationalInstruments.RFmx.WlanMX.Fx40 (in NationalInstruments.RFmx.WlanMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)
Syntax
public enum RFmxWlanMXOfdmModAccSigBCrcStatus
Public Enumeration RFmxWlanMXOfdmModAccSigBCrcStatus
Members
Member 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. |