CNiIviFgenArbitrarySequence::Create

Measurement Studio IVI

Class
CNiIviFgenArbitrarySequence::
Create()
Base ClassesData ItemsFunctionsGo to hierarchy chart    Prev page: ConfigureNext page: CNiIviFgenArbitrarySequence    
Public Function Declared in:
NiIviFgen.h

'Declaration' icon -- Shortcut to top of page. Declaration

inline ViInt32 Create(
    const CNiInt32Vector& handles,
    const CNiInt32Vector& loops);

'Description' icon -- Shortcut to top of page. Description

Creates an arbitrary sequence from an array of waveform handles and an array of corresponding loop counts, and return a handle that identifies the sequence. The number of elements in the sequence is the lesser of the length of the loops and handles parameters.

Shortcut to top of page. Parameters

const CNiInt32Vector& handles

An array of waveform handles from which you want to create a new arbitrary sequence.

const CNiInt32Vector& loops

An array of loops from which you want to create a new arbitrary sequence.

'See Also' icon -- Shortcut to top of page. See Also