IviFgen_ClearArbSequence
IviFgenArbSeq Capability Group
C Function Prototype
ViStatus IviFgen_ClearArbSequence (ViSession vi, ViInt32 sequenceHandle);
Purpose
This function removes a previously created arbitrary sequence from the function generator's memory and invalidates the sequence'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. |
sequenceHandle | ViInt32 | Pass the handle of the arbitrary sequence you want the function generator to remove. You create multiple arbitrary sequences using the IviFgen_CreateArbSequence function. The IviFgen_CreateArbSequence function returns a handle that you use to identify each sequence. |