SelectedWaveform
- Updated2025-10-14
- 1 minute(s) read
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
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SelectedWaveform property was accessed after the associated NIRfsg object was disposed. |