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

NameTypeDescription
namestring

Specifies the name of the stored waveform to delete.

Exceptions

TypeDescription
System.ObjectDisposedException

The ClearWaveform method was accessed after the associated NIRfsg object was disposed.