RFmxWlanMXDsssModAccDataModulationFormat Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmxWlanMXDsssModAccDataModulationFormat Enumeration
Returns the data modulation format results of the analyzed 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 RFmxWlanMXDsssModAccDataModulationFormat
Public Enumeration RFmxWlanMXDsssModAccDataModulationFormat
Members
Member name | Value | Description | |
---|---|---|---|
Dsss1Mbps | 0 | Indicates that the modulation format is DSSS and the data rate is 1 Mbps. | |
Dsss2Mbps | 1 | Indicates that the modulation format is DSSS and the data rate is 2 Mbps. | |
Cck5_5Mbps | 2 | Indicates that the modulation format is CCK and the data rate is 5.5 Mbps. | |
Cck11Mbps | 3 | Indicates that the modulation format is CCK and the data rate is 11 Mbps. | |
Pbcc5_5Mbps | 4 | Indicates that the modulation format is PBCC and the data rate is 5.5 Mbps. | |
Pbcc11Mbps | 5 | Indicates that the modulation format is PBCC and the data rate is 11 Mbps. | |
Pbcc22Mbps | 6 | Indicates that the modulation format is PBCC and the data rate is 22 Mbps. | |
Pbcc33Mbps | 7 | Indicates that the modulation format is PBCC and the data rate is 33 Mbps. |