RfsgDigitalModulationWaveformType Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the type of waveform to use as the message signal for digital modulation.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgDigitalModulationWaveformType
Members
| Name | Value | Description |
|---|---|---|
| Prbs | (int)5000 | The digital modulation waveform type is pseudorandom bit sequence (PRBS). |
| UserDefined | (int)5001 | The digital modulation waveform type is user defined. To specify the user-defined waveform, call the ConfigureUserDefinedWaveform method. |