Analog Output >> Function Generation >> Modulation >> Type

NI-DAQmx C Properties

Analog Output >> Function Generation >> Modulation >> Type

Data Type: int32
Description: Specifies if the device generates a modulated version of the waveform using the original waveform as a carrier and input from an external terminal as the signal.

Valid values

DAQmx_Val_AM 14756 Amplitude modulation.
DAQmx_Val_FM 14757 Frequency modulation.
DAQmx_Val_None 10230 No modulation.


You can get/set/reset this property using:
  DAQmxGetAOFuncGenModulationType
  DAQmxSetAOFuncGenModulationType
  DAQmxResetAOFuncGenModulationType