Checks whether the waveform that you specify as waveformName exists.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIRfsg

public bool CheckIfWaveformExists(string waveformName)

Remarks

Supported Devices: NI 5673/5673E

Parameters

NameTypeDescription
waveformNamestring

Specifies the name used to store the waveform. This string is case-insensitive.

Returns

true if the waveform exists; otherwise, false.

Exceptions

TypeDescription
System.ObjectDisposedException

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