Status Toolbar Customization
You can customize the information that is displayed on the status toolbar by using the statusToolbarFields environment variable. You can display information such as the cellview size, number of selected objects, and values of environment variable, shell environment variables, and window variables.
The following table describes the types of information that you can display on the status toolbar.
|
Type of Information
|
Description
|
Example
|
|
Predefined selectors
|
Display the value of predefined selectors like X, Y, dX, dY on the toolbar. You need to specify each selector in parenthesis. On the toolbar, the selector is replaced by its actual value.
The toolbar displays the current information for the current window.
|
layout statusToolbarFields string "(X) (Y)"
|
|
Text strings
|
Display a fixed text string on the toolbar. The fixed string is displayed in all windows.
|
layout statusToolbarFields string "(T \"GPDK45\" \"Batch\")"
|
|
CDS environment variables
|
Display the value of a CDS environment variable on the toolbar. You need to specify the variable as a string. The toolbar displays the current value of the variable in all windows.
|
layout statusToolbarFields string "(E \"layout\" \"snapMode\")"
|
|
Window variables
|
Display the value of a window variable on the toolbar. You need to specify the variable as a string or symbol. Values are fetched for the current window.
|
layout statusToolbarFields string "(W stopLevel)"
|
|
Shell variables
|
Display the value of a Shell variable on the toolbar. You need to specify the variable as a string. Values at window creation are shown for the current window.
|
layout statusToolbarFields string "(SH \"USER\")"
|
|
SKILL variables
|
Display the value of a SKILL variable on the toolbar. Specify the variable as a symbol or string. The current value is displayed in all windows.
|
layout statusToolbarFields string "(S SomeVersion)"
|
|
Separator
|
Display a separator between two items on the toolbar.
|
layout statusToolbarFields string "(X) (Y) \\| (dX) (dY)"
|
You can choose to display any number of items on the status toolbar. However, too many items might not fit in the window horizontally and the indicator >> appears at the end of the toolbar when the toolbar size is larger than the available width. As the data displayed on the toolbar is dynamic, Cadence recommends that you dock the toolbar only horizontally, either to the top or bottom of the design window.
Related Topics
Status Toolbar Information Formatting
Return to top