RfsgArb.GenerationMode Property
- Updated2024-05-08
- 1 minute(s) read
RfsgArbGenerationMode Property
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.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public RfsgWaveformGenerationMode GenerationMode { get; set; }
Public Property GenerationMode As RfsgWaveformGenerationMode Get Set
Property Value
Type: RfsgWaveformGenerationModeSpecifies the RfsgWaveformGenerationMode enumeration.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The GenerationMode property was accessed after the associated NIRfsg object was disposed. |