ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDigitalModulation.ConfigureUserDefinedWaveform Method

  • Updated2024-05-08
  • 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.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

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

See Also

Log in to get a better experience