de_draw_point()

Adds a point to a polygon or polyline to the current representation using simulator units. The polygon or polyline is started with the de_add_polygon() or de_add_polyline() command and it must be terminated with an de_end(). Typically, used in artwork creation macros rather than in the de_add_point() function. Returns: none.

Syntax:

de_draw_point(x,y);

where

x,y is the coordinates of the point to add.

Example:
de_add_polyline();
de_draw_point(0,0);
de_draw_point(25,56);
de_end();

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources