de_deactivate()

Sets instance's deactivate flag to true (makes the instance deactivated). Deactivated instances are not simulated (they are commented out) and are displayed with a box and x-mark over them. Returns: none.

See also: de_activate().

Syntax:

de_deactivate([x,y]);

where

x,y is optional. Coordinates within the select region of an instance to deactivate. If not given, deactivates selected instances.

Example:
decl itemInfoOSP = de_init_item("R");
de_place_item(itemInfoOSP, -1, 1);
de_deactivate(-1,1);

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources