Open System Testing Architecture

TOC PREV NEXT INDEX



FILE Statement

Description:

This statement declares an identifier (ID) for any external files that are accessed by this script. The FILE statement is mandatory for any files that are being passed as a parameter to the script, and optional otherwise. It is good practice, however, to formally declare all file IDs in this way before use.

Format:
 FILE input_fileid
Parameter:
input_fileid

An OpenSTA Dataname used to identify a file that is passed as a parameter to the script.

Example:
 FILE datafile

See also:

The DEFINITIONS Section


OpenSTA.org
Mailing Lists
Further enquiries
Documentation feedback
CYRANO.com
TOC PREV NEXT INDEX