ConfigureUserDefinedWaveform(byte[])
- Updated2025-10-14
- 1 minute(s) read
Specifies the message signal used for digital modulation when WaveformType is set to UserDefined.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void ConfigureUserDefinedWaveform(byte[] userDefinedWaveform)
Parameters
| Name | Type | Description |
|---|---|---|
| userDefinedWaveform | byte[] | Specifies the user-defined message signal used for digital modulation. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ConfigureUserDefinedWaveform method was accessed after the associated NIRfsg object was disposed. |