Technical data

property wave
ModelSim EE/PLUS Reference Manual Simulator Command Reference
-
347
property wave
The
property wave
command changes one or more properties of the specified
signal, net or register in the Wave window (p168). The properties correspond to
those than can be specified using the Wave window
Prop > Display Props
menu
selection. At least one argument must be used.
Syntax
property wave
[-window <wname>] [-color <color>] [-format <format>] [-height
<number> ] [-offset <number>] [-radix <radix>] [-scale <float>]
<pattern>
Arguments
-window <wname>
Used to specify a particular Wave window when multiple instances of the window exist
(i.e., wave2). Optional. If no window is specified the default window is used; the default
window is determined by the most recent invocation of the
view
command (p388).
-color <color>
Specifies any valid system color name. Optional.
-format <format>
The waveform <format> can be expressed as:
analog
Displays a waveform whose height and position is determined by the -scale and
-offset values (shown below). Optional.
literal
Displays the waveform as a box containing the item value (if the value fits the
space available). Optional.
logic
Displays values as 0, 1, X, or Z. Optional.
-height <number>
Specifies the height (in pixels) of the waveform. Optional.
-offset <number>
Specifies the waveform position offset in pixels. Valid only when
-format
is specified as
analog. Optional.