OpenSTA logo OpenSTA SCL Reference
TIMER Command

TIMER Command

The TIMER command declares the name of a special variable used only for reporting the time taken to run an area of code. These timers are be used in conjunction with the START TIMER and END TIMER statements in the CODE section of the Script.

Up to 1020 timers may be declared and used in a Script.

Command Definition:

TIMER name

name

The name of the timer. This must be a valid OpenSTA Dataname.

Examples:

TIMER Log-In
TIMER Check-Out

Related:


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