de_init_item()

Initializes the instance, readying it for placement. Returns a pointer to the instance.

See also: de_place_item(), de_free_item(), de_set_item_id(), de_set_item_parameters(), de_edit_item(), de_end_edit_item().

Syntax:

de_init_item(itemName);

where

itemName is the name of the instance to initialize.

Example:
// Initialize a resistor
decl itemInfoOSP = de_init_item("R");
// Place the resistor
de_place_item(itemInfoOSP, 0.125, -1.625);
// Free the resistor item
itemInfoOSP = de_free_item(itemInfoOSP);

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
Insert Equations from File
PI Attenuator

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources