next up previous
Next: TSIM sets duration to Up: INSTRUCTIONS Previous: SYNCHRONIZE retains messages in

TITLE puts title to an experiment

Syntax:

    TITLE := <string constant>;
It is used to put a title heading to the tables of the standard statistics.

<string constant> is a string constant that may have up to 80 characters.

The variable TITLE takes the value of this constant and can be used in any writing instruction. When the standard statistics are written, this title is written at the beginning. If no value is assigned to TITLE, its default value is `BASIC EXPERIMENT' .

This instruction can be used in nodes of any type.

Example:

    T := -272.5;
    TITLE := 'Experiment with Low Temperature: T < -270 ';



domingo c
Mon Mar 20 17:36:19 PST 2000