RfsgAnalogModulation.WaveformType Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the type of waveform to use as the message signal for analog modulation.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public RfsgAnalogModulationWaveformType WaveformType { get; set; }
Public Property WaveformType As RfsgAnalogModulationWaveformType Get Set
Property Value
RfsgAnalogModulationWaveformTypeSpecifies the RfsgAnalogModulationWaveformType enumeration. The default value is Sine.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The WaveformType property was accessed after the associated NIRfsg object was disposed. |