Technical data

configure
CR-56 ModelSim Commands ModelSim EE/SE Command Reference
Arguments, Wave window only
-timecolor
Specifies the time axis color; the default is green. Optional.
-vectorcolor
Specifies the vector waveform color; the default is yellow. Optional.
-gridcolor
Specifies the background grid color; the default is grey50. Optional.
Description
The command works in three modes:
without options or values it returns a list of all attributes and their current values
with just an option argument (without a value) it returns the current value of that
attribute
with one or more option-value pairs it changes the values of the specified
attributes to the new values
The returned information has five fields for each attribute:
the command-line switch
the Tk widget resource name
the Tk class name
the default value
and the current value
Note: To get a more readable listing of all attributes and current values, use the lecho (CR-92) command,
which pretty-prints a Tcl list (see example below).
lecho [config list]
Returns a pretty-printed list of the List window attributes and current values as
shown below:
VSIM 46> lecho [config list]
# {
# {
# -adjustdividercommand adjustdividercommand Command {} VListPlaceDivider
# }
# {
# -background background Background {light blue}