NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can anybody give me parameter description of function "TS_EngineGetSeqFile"?

Hello,
can anbody tell me where I can find documentation and a description of the parameters of the function "TS_EngineGetSeqFile"
regards samuel
0 Kudos
Message 1 of 2
(2,886 Views)

Hi,

The function “TS_EngineGetSeqFile” is used by CVI.


To see the function, open an example project in CVI.


It’s located in the following directory:


C:\Programme\National Instruments\TestStand x.x\UserInterfaces\NI\Simple\CVI\TestExec.prj.


The function in CVI is located under:


NI Teststand API x.x -> Advanced -> Engine -> Object Access -> Obsolete -> TS_EngineGetSeqFile.


You also can use the Teststand Help. Type “GetSequenceFile” in the index tab, to search for the function.


Here you can find an extract of the Teststand help.

GetSequenceFile Method


Syntax

Engine.GetSequenceFile ( sequenceFilePath, getSeqFileFlags = GetSeqFile_OperatorInterfaceFlags)

Return Value

SequenceFile

A SequenceFile object.

Purpose

Note  This method is obsolete. Use GetSequenceFileEx instead.

Remarks

Returns the SequenceFile object for the sequence file that the sequenceFilePath parameter specifies.

Parameters

sequenceFilePath As String

[In] Specifies the pathname of the sequence file.

getSeqFileFlags As long

[In] Pass one or more GetSeqFileOptions constants. Use the bitwise-OR operator to specify multiple get sequence file flags.

This parameter has a default value of GetSeqFile_OperatorInterfaceFlags.

Kind regards


Ulrich


AE NICER

 

0 Kudos
Message 2 of 2
(2,859 Views)