TIME

System Testing Test Script Language.

Syntax

TIME ( <identifier> )

Description

The TIME instruction gives the value of the identifier timer.

The timer <identifier> must be declared by a TIMER instruction.

The TIME instruction can only appear in a C expression (analyzed or not).

Example

#static int id_connexion;

#static int Synchro;

#static int buffer;

TIMER globalTime

SCENARIO TEST_1

FAMILY nominal

#unsigned long C_var_Time = TIME (globalTime);

...

PRINT time, TIME (globalTime)

END SCENARIO

Related Topics

TIMER | RESET