ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgArb.ClearWaveform Method

  • Updated2024-05-08
  • 1 minute(s) read
RfsgArb.ClearWaveform Method

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

ExceptionCondition
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).

See Also

Log in to get a better experience