ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgDigitalModulation MethodsRfsgDigitalModulation.ConfigureUserDefinedWaveform MethodCurrent page
Table of Contents

RfsgDigitalModulation.ConfigureUserDefinedWaveform Method

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

Was this information helpful?