RfsgArb.SelectedWaveform Property
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Gets or sets the selected waveform from the pool of available waveforms.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public string SelectedWaveform { get; set; }
Public Property SelectedWaveform As String Get Set
Property Value
StringSpecifies a String representing the selected waveform.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The SelectedWaveform property was accessed after the associated NIRfsg object was disposed. |
Remarks
If only one waveform is available, pass an empty string.
To set this property, the NI-RFSG device must be in the Configuration state.