ApplicationMgr.OpenSequenceFile

Syntax

ApplicationMgr.OpenSequenceFile( sequenceFilePath)

Return Value

SequenceFile

Returns the opened sequence file, when successful. When a type conflict occurs when loading the file and the conflict prevents TestStand from opening the file, this method returns NULL . When an error occurs while opening the file, this method throws an exception.

Purpose

Opens a sequence file.

Remarks

This method adds the sequence file to the SequenceFiles collection and generates the ApplicationMgr.SequenceFileOpened and ApplicationMgr.DisplaySequenceFile events.

Parameters

sequenceFilePath As String

[In] Specifies the path of the sequence file to load. When you do not pass an absolute path, this method searches for the file using the TestStand search directory paths .

See Also

ApplicationMgr.CloseSequenceFile

ApplicationMgr.DisplaySequenceFile

ApplicationMgr.OpenSequenceFileDialog

ApplicationMgr.OpenSequenceFilesDialog

ApplicationMgr.SequenceFileOpened

SequenceFiles