Technical data
transcript
378
-
Simulator Command Reference ModelSim EE/PLUS Reference Manual
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 (p350). 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 (p307), and the
transcribe
command (p377)