NIRfsg Namespace

Table of Contents

RfsgArb.CheckIfWaveformExists Method

  • Updated2025-02-03
  • 1 minute(s) read
RfsgArb.CheckIfWaveformExists Method

RfsgArbCheckIfWaveformExists Method

Checks whether the waveform that you specify as waveformName exists.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public bool CheckIfWaveformExists(
	string waveformName
)
Public Function CheckIfWaveformExists ( 
	waveformName As String
) As Boolean

Parameters

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

Return Value

Boolean
if the waveform exists; otherwise, .

Exceptions

ExceptionCondition
ObjectDisposedException The CheckIfWaveformExists(String) method was accessed after the associated NIRfsg object was disposed.

Remarks

Supported Devices: NI 5673/5673E

See Also

Log in to get a better experience