RfsgDigitalModulation.ConfigureUserDefinedWaveform Method
- Updated2024-05-08
- 1 minute(s) read
RfsgDigitalModulationConfigureUserDefinedWaveform Method
Specifies the message signal used for digital modulation when WaveformType is set to UserDefined.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void ConfigureUserDefinedWaveform( byte[] userDefinedWaveform )
Public Sub ConfigureUserDefinedWaveform ( userDefinedWaveform As Byte() )
Parameters
- userDefinedWaveform
- Type: SystemByte
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. |