ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArb.GenerationMode Property

RfsgArb.GenerationMode Property

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: RfsgWaveformGenerationMode
Specifies the RfsgWaveformGenerationMode enumeration.

Exceptions

ExceptionCondition
ObjectDisposedException The GenerationMode property was accessed after the associated NIRfsg object was disposed.

See Also

Was this information helpful?