RfsgWaveformGenerationMode Enumeration
- Updated2025-10-14
- 1 minute(s) read
Specifies type of signal to generate, on calling the Initiate method.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public enum RfsgWaveformGenerationMode
Members
| Name | Value | Description |
|---|---|---|
| ContinuousWave | (int)1000 | Configures the RF signal generator to generate a continuous wave (CW) signal. |
| ArbitraryWaveform | (int)1001 | Configures the RF signal generator to generate the arbitrary waveform specified by the SelectedWaveform property. |
| Script | (int)1002 | Configures the RF signal generator to generate arbitrary waveforms as specified by the SelectedScriptName property. |