Measure Reference Manual

ALL
suppresses all warnings except those specified by one or more succeeding WARNINGS
DISPLAY commands.
Related Command
PageFunctionCommand
51Selectively displays or suppresses comment messages.COMMENTS
Example
To suppress warning message 3013:
+ WARNINGS SUPPRESS 3013
! (Exclamatory Symbol)
The ! command retrieves a previously executed command from the history buffer and executes it
again.
Syntax
! [ number ]
[ -number ]
[ text ]
number
is the number of the line in the history buffer that contains the command to be reexecuted. (See
the first example in Examples.)
-number
is the number of history buffer lines to subtract from the current line to arrive at the command
to be reexecuted. (See the second example in Examples.)
text
is a text string. The most recently entered command that starts with the text string is retrieved.
(See the third example in Examples.)
If no option is specified, the last command entered is reexecuted. (See the fourth example in
Examples.)
Related Commands
PageFunctionCommand
58Retrieves, modifies, and reexecutes a previous MEASCOM
command
FC
61Displays the history bufferHISTORY
Examples
To reexecute the command on history buffer line 15:
21+ ! 15
To reexecute the command in the history buffer 3 lines before the current line (in this case,
line 24 is the current line, so the command from history buffer line 21):
24+ ! -3
To reexecute the most recently entered command that begins with the text string SE (for example,
SET REPORT FORMAT BRIEF):
134 MEASCOM Commands