diShowSchematicHalos
constraint diShowSchematicHalos boolean { t | nil }
Description
Controls whether the selected design intent is haloed on the schematic canvas. The default is t.
GUI Equivalent
Design Intent Toolbar (Schematic) – Toggle Design Intent Halo Visibility
Example
envGetVal("constraint" "diShowSchematicHalos")
envSetVal("constraint" "diShowSchematicHalos" 'boolean nil)
Related Topics
Return to top