Technical data
transcribe
ModelSim EE/SE Command Reference ModelSim Commands  CR-157
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 
(CR-20) and add_menuitem (CR-
30)
 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 
(CR-20), and add_menu command (CR-26)










