Technical data

transcript
CR-158 ModelSim Commands ModelSim EE/SE Command Reference
transcript
The transcript command controls echoing of commands executed in a macro file;
also works at top level in batch mode. If no option is specified, the current setting
is reported.
Syntax
transcript
[on | off | -q | quietly]
Arguments
on
Specifies that commands in a macro file will be echoed to the Transcript window
as they are executed. Optional.
off
Specifies that commands in a macro file will not be echoed to the Transcript
window as they are executed. Optional.
-q
Returns "0" if transcripting is turned off or "1" if transcripting is turned on. Useful
in a Tcl conditional expression. Optional.
quietly
Turns off the transcript echo for all commands. To turn off echoing for individual
commands see the quietly command
(CR-127). Optional.
Examples
transcript on
Commands within a macro file will be echoed to the Transcript window as they are
executed.
transcript
If issued immediately after the previous example, the message:
Macro transcripting is turned on.
would appear in the Transcript window.
See also
echo command
(CR-75), and the transcribe command (CR-157)