Gets or sets the selected waveform from the pool of available waveforms.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public string SelectedWaveform { get; set; }

Remarks

Specifies a String representing the selected waveform.

If only one waveform is available, pass an empty string.

To set this property, the NI-RFSG device must be in the Configuration state.

Exceptions

TypeDescription
System.ObjectDisposedException

The SelectedWaveform property was accessed after the associated NIRfsg object was disposed.