ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgAnalogModulation.WaveformType Property

RfsgAnalogModulation.WaveformType Property

RfsgAnalogModulationWaveformType Property

Gets or sets the type of waveform to use as the message signal for analog modulation.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public RfsgAnalogModulationWaveformType WaveformType { get; set; }
Public Property WaveformType As RfsgAnalogModulationWaveformType
	Get
	Set

Property Value

Type: RfsgAnalogModulationWaveformType
Specifies the RfsgAnalogModulationWaveformType enumeration. The default value is Sine.

Exceptions

ExceptionCondition
ObjectDisposedException The WaveformType property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?