RFmxDemodMXDDemodSymbolMapType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether the measurement uses the default symbol map or the map that you configure using the NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodConfiguration.ConfigureSymbolMap(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodSymbolMapType,NationalInstruments.ComplexSingle[]) method.
Syntax
Namespace: NationalInstruments.RFmx.DemodMX
public enum RFmxDemodMXDDemodSymbolMapType
Members
Name | Value | Description |
---|---|---|
Auto | 0 | Uses a default symbol map. |
Custom | 1 | Uses the map that you specify using the NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodConfiguration.ConfigureSymbolMap(string,NationalInstruments.RFmx.DemodMX.RFmxDemodMXDDemodSymbolMapType,NationalInstruments.ComplexSingle[]) method. |