CheckIfWaveformExists(string)
- Updated2025-10-14
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| waveformName | string | Specifies the name used to store the waveform. This string is case-insensitive. |
Returns
true if the waveform exists; otherwise, false.
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The CheckIfWaveformExists method was accessed after the associated NIRfsg object was disposed. |