AOFunctionGenerationModulationType Enumeration
- Updated2026-02-03
- 1 minute(s) read
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.
Syntax
Namespace: NationalInstruments.DAQmx
public enum AOFunctionGenerationModulationType
Remarks
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. Use this enumeration to get or set the value of FunctionGenerationModulationType.
Members
| Name | Value | Description |
|---|---|---|
| AM | 14756 | Amplitude modulation. |
| FM | 14757 | Frequency modulation. |
| None | 10230 | No modulation. |