de_window_is_open()

Determines the status of a window. Returns the status of window, where: TRUE = window is open, FALSE = window is not open.

Syntax:

de_window_is_open(windowType);

where

windowType is the type of window where:

  • MAIN_WIN = Main window
  • SCHEM_WIN = Schematic window
  • LAYOUT_WIN = Layout window

Example:
if (de_window_is_open(SCHEM_WIN))
    fputs(stderr,"SCHEMATIC is open");
else
    fputs(stderr,"no SCHEMATIC window is open");

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources