Technical data

transcribe
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
377
transcribe
The
transcribe
command displays a command in the Main window, then executes
the command.
Transcribe
directs commands to the Main window transcript from
an external event such as a menu pick or button selection, it may not be used from
the command line or a macro. The
add button
(p258) and
add_menuitem
(p268)
commands can utilize
transcribe
. Returns nothing.
Syntax
transcribe
<command>
Arguments
<command>
Specifies the command to execute. Required.
Examples
add button pwd {transcribe pwd} NoDisable
Creates a button labeled "pwd" that invokes
transcribe
with the
pwd
Tcl command, and
echoes the command and its results to the Main window. The button remains active during
a run.
See also
add button
command (p258), and
add_menu
command (p264)