12-07-2007 08:02 AM
12-10-2007 06:12 AM
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)
A SequenceFile object.
|
Note This method is obsolete. Use GetSequenceFileEx instead. |
Returns the SequenceFile object for the sequence file that the sequenceFilePath parameter specifies.
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