OpenSTA logo OpenSTA SCL Reference
REPORT Command

REPORT Command

Report logs contain transient information relating to the execution of a test.

The REPORT command allows the user to specify a message to be logged in the report log. Each message will have a date, time, and Thread name associated with it in the report log.

A report message may consist of any number of individual values separated by commas.

Any nonprintable ASCII characters in character values are replaced with periods (.). Integer values are written as signed values, and use only as many characters as are necessary.

Command Definition:

REPORT value {, value ...}

value

The quoted character string or variable to be written to the report log.

Examples:

REPORT "Login succeeded after ", Attempt, ' Trys'
REPORT "This is a long log message ", &
	 "that is continued in this string "
REPORT "Message containing a representation of the tilde char ~~"
REPORT "One way to log a 'single quoted section'" &
	 'and "a double quoted one".'

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