RfsgWaveformGenerationMode Enumeration
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Specifies type of signal to generate, on calling the Initiate method.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public enum RfsgWaveformGenerationMode
Public Enumeration RfsgWaveformGenerationMode
Members
Member name | Value | Description |
---|---|---|
ContinuousWave | 1,000 | Configures the RF signal generator to generate a continuous wave (CW) signal. |
ArbitraryWaveform | 1,001 | Configures the RF signal generator to generate the arbitrary waveform specified by the SelectedWaveform property. |
Script | 1,002 | Configures the RF signal generator to generate arbitrary waveforms as specified by the SelectedScriptName property. |