Specifies type of signal to generate, on calling the Initiate method.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public enum RfsgWaveformGenerationMode

Members

NameValueDescription
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.

See Also