OpenSTA logo OpenSTA SCL Reference
WAIT Command

WAIT Command

This command suspends the Script execution for the specified time interval. The unit of the specified time interval is either seconds or milliseconds depending upon the value of the ENVIRONMENT statement WAIT UNIT.

Command Definition:

WAIT period

period

An integer variable or value defining the number of seconds for which Script execution is to be suspended. The valid range is 0-2147483647.

Examples:

WAIT 5
WAIT Wait-Period

Related:


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