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