NIRfsg Namespace

Table of Contents

RfsgDigitalModulation.ConfigureUserDefinedWaveform Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsgDigitalModulation.ConfigureUserDefinedWaveform Method

RfsgDigitalModulationConfigureUserDefinedWaveform Method

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

ExceptionCondition
ObjectDisposedException The ConfigureUserDefinedWaveform(Byte) method was accessed after the associated NIRfsg object was disposed.

See Also

Log in to get a better experience