Open SA File

Discards the currently open file and opens the specified SA file. The currently opened file is not saved.

 

Input Arguments

 

0

File Path or Embedded File Name

SA File Name

The .XIT file to open.

Return Arguments

None.

 

Returned Status

 

SUCCESS

The file was opened successfully.

PARTIAL SUCCESS The file was found but could not be opened.

FAILURE

The file could not be found or could not be opened.

Remarks

This command supports both absolute paths (ex. C:\test.xit) and relative paths (ex. .\test.xit).

If a relative path is provided and the MP is embedded, the path will be relative to the current SA file location.

 

Examples

The following absolute path opens the SA file at the given specific drive location:

 

0

File Path or Embedded File Name

SA File Name

c:\Analyzer Data\sample.xit

 

The following relative path opens the SA file in the “sub” subdirectory of the currently executing MP’s location:

 

0

File Path or Embedded File Name

SA File Name

.\sub\sample.xit

 

This means that if the executing external MP is located at c:\myMPs, the file that will be opened will be c:\ myMPs\sub\sample.xit.