commandVerboseLevel
layout commandVerboseLevel int verboselevel
Description
Displays the verbosity message for commands such as Copy, Move, Stretch, Delete, Flip, Create Measurement, Create Rectangle, and Create Instance, in the log file or CIW. This message is based on the current verbose level. The default is 1.
- Level 0: Verbosity output is not displayed.
- Level 1: Verbosity output is displayed in the log file as a comment.
- Level 2: Verbosity output is displayed in the CIW as an information message.
- Level 3: Verbosity output is displayed in the CIW in detail.
GUI Equivalent
Examples
envGetVal("layout" "commandVerboseLevel")
envSetVal("layout" "commandVerboseLevel" 'int 2)
Return to top