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