RfsgAnalogModulation.WaveformType Property
- Updated2024-05-08
- 1 minute(s) read
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: 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. |