dimmingInGray
graphic dimmingInGray boolean { t | nil }
Description
Dims a design in gray. This help you to easily follow highlighted nets when tracing nets in a hierarchy.
GUI Equivalent
Examples
envGetVal("graphic" "dimmingInGray")
envSetVal("graphic" "dimmingInGray" 'boolean t)
This environment variable can also be set for a specific window. For example:
window = hiGetCurrentWindow()
window~> dimmingInGray = t
Related Topics
Return to top