de_show_design_in_window()

Displays the given design in the specified window. Returns: none.

Syntax:

de_show_design_in_window(designHandle, windowHandle[, bRedraw]);

where

designHandle is the handle of a design to display.

windowHandle is the handle of a window to display design.

bRedraw is optional. Specifies whether the window is redrawn or not where:

  • TRUE = (default) window is redrawn
  • FALSE = window remains the same

Example:
decl designP=de_open_design("myAmp", FALSE);
if(designP)
        de_show_design_in_window(designP, api_get_current_window());

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.
Export all Variables
Layer/Process Manager

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources