RFmx Demod DotNET

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationRFmx Demod DotNETRFmxDemodMXDDemodSamplesPerSymbol EnumerationCurrent page
Table of Contents

RFmxDemodMXDDemodSamplesPerSymbol Enumeration

RFmxDemodMXDDemodSamplesPerSymbol Enumeration

RFmxDemodMXDDemodSamplesPerSymbol Enumeration

Note: This API is now obsolete.

Specifies the samples per symbol used to acquire the signal for the measurement.

Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

[ObsoleteAttribute("Use integer values directly for SamplesPerSymbol.")]
public enum RFmxDemodMXDDemodSamplesPerSymbol
<ObsoleteAttribute("Use integer values directly for SamplesPerSymbol.")>
Public Enumeration RFmxDemodMXDDemodSamplesPerSymbol

Members

Member nameValueDescription
SamplesPerSymbol44 The SPS value is 4.
SamplesPerSymbol88 The SPS value is 8.
SamplesPerSymbolAuto-1 The measurement uses appropriate samples per symbol (SPS) based on the modulation type and pulse shaping filter. Pulse shape filter is not rectangular: SPS=8 for FSK SPS=4 for ASK,PSK, QAM, MSK Pulse shape filter is rectangular SPS=8, for ASK, PSK, QAM, MSK
SamplesPerSymbol1616 The SPS value is 16.

Remarks

Enum has beeen Obseleted. Use integer values directly for SamplesPerSymbol.

See Also

Was this information helpful?