RfsgArb.ClearWaveform Method
- Updated2024-05-08
- 1 minute(s) read
RfsgArbClearWaveform Method
Deletes the specified waveform from the pool of waveforms defined currently.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public void ClearWaveform( string name )
Public Sub ClearWaveform ( name As String )
Parameters
- name
- Type: SystemString
Specifies the name of the stored waveform to delete.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The ClearWaveform(String) method was accessed after the associated NIRfsg object was disposed. |
Remarks
The NI-RFSG device must be in the Configuration state before you call ClearWaveform(String).