diPinInfoBalloonCellDI
constraint diPinInfoBalloonCellDI boolean { t | nil }
Description
Automatically pops up the cell design intent info balloon when the schematic is opened. You can pop up info balloons of any design intent type selectively or using Show/Hide Info Balloons for design intents in the cellview button in the Design Intent Toolbar. The default is nil.
GUI Equivalent
Example
envGetVal("constraint" "diPinInfoBalloonCellDI")
envSetVal("constraint" "diPinInfoBalloonCellDI" 'boolean t)
Related Topics
Return to top