weWACmdCalculatedColor
layout weWACmdCalculatedColor string "color"
Description
The weWACmdCalculatedColor environment variable is used on the bus bit table of the Wire Assistant when the Create Wire or Create Bus command is enabled and sends the notifications. Consider an example, where the constraint lookup has 1.0 as the width of one particular bit, but the tapped pin has 1.5 as the width. In this case, the bus bit displays the weWACmdCalculatorColor on that particular bus bit's width cell.
GUI Equivalent
Examples
envGetVal("layout" "weWACmdCalculatedColor")
envSetVal("layout" "weWACmdCalculatedColor" 'string "NavyBlue")
envSetVal("layout" "weWACmdCalculatedColor" 'string "255 245 10")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top