OpenSTA logo OpenSTA SCL Reference
ENTRY Command

ENTRY Command

If an optional ENTRY command is provided it must be the first real command in the Code section of the Script. There can only be one ENTRY command per Script and it identifies which variables are to receive values passed as parameters when the script is called.

Variables declared in the ENTRY command should not have an associated value list or range or file. Values passed in this way will be overwritten when Script initialization takes place following the ENTRY command.

Command Definition:

ENTRY [parameter{, parameter ...}]

parameter

A character or integer declared in the Definitions section of the Script. Up to 8 parameters may be declared in the ENTRY command. There must be the same number of parameters in this list as are passed to the Script, and the data types of corresponding parameters must match.

Example:

ENTRY [Date-Param, Time-Param, Code-Param]

Related:


<<<
prev page
^^^
section start
>>>
next page