bannerFields
layoutbannerFields string { "X" | "Y" | "Mode" | "Select" | "SelI" | "SelO" | "SelN" | "Tpt" | "DRDEnforce" | "DRDNotify" | "DRDPost-Edit" | "CAE" | "dX" | "dY"|"Dist"|"Cmd"}
Description
Lets you configure the items that appear on the status banner. You can display all, some, or none of the items on the status banner. You can also change the order in which the items appear.
You can set the Mode option to full select (F), full select with spine (FS), partial select (P), or partial select with spine (PS).
-
Select:Displays a combination of instances and objects. -
SelI:Displays the number of instances selected. InSelI, the last character is the letterIin uppercase, not one. The number following the setting is the number of instances selected. -
SelO:Displays the number of objects other than the instances selected. InSelO, the last character is the letterOin uppercase, not zero. The number following the setting is the number of selected objects, other than instances. -
SelN:Displays the number of selected nets. -
Tpt:Displays (T) if either the Transparent Group icon on the Options toolbar or the Transparent Group option in the Display Options form is turned on. -
DRDEnforce,DRDNotify, andDRDPost-Editoptions: Displays the status set for DRD modes. -
CAE:The option for constraint aware editing,CAE, is available only in VLS XL and VLS GXL. It can be set toONorOFF. By default,CAEisOFF.
X, Y, and Mode are coupled. If you set one, the others are automatically set. The same is true for dX, dY and Dist, and
Select, SelI and SelO.
By default, this environment variable displays Cmd and SnapMode. Cmd is also available on the Status Toolbar.
GUI Equivalent
Examples
envGetVal("layout" "bannerFields")
envSetVal("layout" "bannerFields" 'string "DRDEnforce")
envSetVal("layout" "bannerFields" 'string "CAE")
Related Topics
Return to top