IviFgen_ClearArbWaveform

CVI/LabWindows IVI Class Driver

IviFgen_ClearArbWaveform

IviFgenArbWfm Capability Group

C Function Prototype

ViStatus IviFgen_ClearArbWaveform (ViSession vi, ViInt32 waveformHandle);

Purpose

This function removes a previously created arbitrary waveform from the function generator's memory and invalidates the waveform's handle.

Parameters

Name Type Description
vi ViSession The instrument handle that you obtain from the IviFgen_init or IviFgen_InitWithOptions functions. The handle identifies a particular IVI session.
waveformHandle ViInt32 Pass the handle of the arbitrary waveform you want the function generator to remove. You create multiple arbitrary waveforms using the IviFgen_CreateArbWaveform function. The IviFgen_CreateArbWaveform function returns a handle that you use to identify each waveform.

Return Values