RfsgDigitalModulation Class
- Updated2025-10-14
- 1 minute(s) read
Provides the methods and properties used to configure digital modulation.
Derives from
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public class RfsgDigitalModulation : RfsgSubObject
Remarks
For more information, refer to the NI-RFSG Instrument Driver Programming Flow topic in the NI RF Signal Generators Help.
Properties
| Name | Description |
|---|---|
| FskDeviation | Gets or sets the deviation, in Hertz (Hz), to use in frequency-shift keying (FSK) modulation. |
| ModulationType | Gets or sets the digital modulation format. |
| PrbsOrder | Gets or sets the order of the PRBS internally generated by the hardware and used as the message signal in digital modulation. |
| PrbsSeed | Gets or sets the seed of the internally generated PRBS. |
| SymbolRate | Gets or sets the symbol rate, in Hertz (Hz), of the bit stream for frequency-shift keying (FSK) modulation. |
| WaveformType | Gets or sets the type of waveform to use as the message signal in digital modulation. |
Methods
| Name | Description |
|---|---|
| ConfigureUserDefinedWaveform(byte[]) | Specifies the message signal used for digital modulation when WaveformType is set to UserDefined. |