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_fileidParameter:
input_fileid
An OpenSTA Dataname used to identify a file that is passed as a parameter to the script.
Example:
FILE datafile
OpenSTA.org Mailing Lists Further enquiries Documentation feedback CYRANO.com |