GenerationMode
- Updated2025-10-14
- 1 minute(s) read
Gets or sets whether to generate a continuous wave (CW) signal, the arb waveform specified by SelectedWaveform, or the script specified by SelectedScriptName, on calling Initiate.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public RfsgWaveformGenerationMode GenerationMode { get; set; }
Remarks
Specifies the RfsgWaveformGenerationMode enumeration.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The GenerationMode property was accessed after the associated NIRfsg object was disposed. |