RfsgDigitalModulation.WaveformType Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the type of waveform to use as the message signal in digital modulation.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgDigitalModulationWaveformType WaveformType { get; set; }
Public Property WaveformType As RfsgDigitalModulationWaveformType Get Set
Property Value
RfsgDigitalModulationWaveformTypeSpecifies the RfsgDigitalModulationWaveformType enumeration. The default value is Prbs.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The WaveformType property was accessed after the associated NIRfsg object was disposed. |