de_add_text()

Adds a text string to the current representation. The string can be set with the function de_set_text_string() is passed into this function; the text attributes are set with the functions de_set_text_height(), de_set_text_font(), de_set_text_angle(). Returns: none.

See also: de_set_text_string().

Syntax:

de_add_text(x,y[, text]);

where

x,y is the point for the lower-left corner of first character in the string.

text is a text string.

Example:
de_set_text_string("This is a text string");
de_add_text(10,12);
de_add_text (13, 14);

or

de_add_text(10, 12, "This is a text string");

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.
Generate SnP Component

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources