13
Encapsulation Window
This topic provides a list of Cadence® SKILL functions associated with Encapsulation window. An Encapsulation window is similar to the CIW except that it does not have a mouse binding display.
The optional window manager border contains the title Encapsulation. You can replace this name using the SKILL functions hiSetWindowName or hiEncap. The banner contains pulldown menus providing the default system menu that contains the SKILL hiRegCloseProc function.
Each command line is copied into the output area from the input line as it is accepted for execution. The input command line is then placed with the user-specifiable SKILL command wrapper through the hiSetEncapSkillCmd command. The SKILL command and any error messages or output produced by that command are displayed in the CIW output area. Only the input history of the encapsulation session is copied into the Encapsulation output window.
The input window behaves like the input window of the CIW.
You control the size and location of the Encapsulation window. The display manager defaults to a certain minimum window size.
The following properties can be set on an encapsulation window:
Only the functions listed here are supported for public use. All other functions, regardless of their name or prefix, and undocumented aspects of the functions described below, are private and are subject to change at any time.
- hiAppendInputCmd
- hiEncap
- hiFocusToEncap
- hiGetEncapSkillCmd
- hiSetEncapHistory
- hiSetEncapPrompt
- hiSetEncapSkillCmd
Return to top