de_add_trace()

Starts trace command sequence for adding a trace to the current representation. This command is followed by two or more de_add_point() commands to describe the trace vertices and the de_end() command to terminate the trace. Traces must start and end at a pin or another trace. Returns: none.

See also: de_add_point(), de_end(), de_add_path().

Syntax:

de_add_trace();

Example:
de_add_trace();
de_add_wire(10,10);
de_add_wire(30, 10);
de_end();

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources