RfsgDigitalModulation.ConfigureUserDefinedWaveform Method
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Specifies the message signal used for digital modulation when WaveformType is set to UserDefined.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public void ConfigureUserDefinedWaveform( byte[] userDefinedWaveform )
Public Sub ConfigureUserDefinedWaveform ( userDefinedWaveform As Byte() )
Parameters
- userDefinedWaveform Byte
- Specifies the user-defined message signal used for digital modulation.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ConfigureUserDefinedWaveform(Byte) method was accessed after the associated NIRfsg object was disposed. |