de_get_window()

Returns the currently active window, where: MAIN_WIN = Main window, SCHEM_WIN = Schematic window, and LAYOUT_WIN = Layout window.

Syntax:

de_get_window();

Example:
decl win;
win = de_get_window();
if (win==SCHEM_WIN)
   fputs(stderr, "It's in schematic");

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources