ClearWaveform(string)
- Updated2025-10-14
- 1 minute(s) read
Deletes the specified waveform from the pool of waveforms defined currently.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public void ClearWaveform(string name)
Remarks
The NI-RFSG device must be in the Configuration state before you call ClearWaveform.
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | Specifies the name of the stored waveform to delete. |
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The ClearWaveform method was accessed after the associated NIRfsg object was disposed. |