RfsgAnalogModulationType Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies the analog modulation format to use.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgAnalogModulationType
Members
| Name | Value | Description |
|---|---|---|
| None | (int)0 | Disables analog modulation. |
| FM | (int)2000 | The analog modulation type is FM. |
| PM | (int)2001 | The analog modulation type is PM. |
| AM | (int)2002 | The analog modulation type is AM. |