Specifies the type of waveform to use as the message signal for digital modulation.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public enum RfsgDigitalModulationWaveformType

Members

NameValueDescription
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.

See Also