de_end()

Completes a polygon, polyline, wire or trace command sequence. This command completes a shape. Use the de_end_command() to terminate the repeating command. Returns a handle to the data group shape that was just created.

Syntax:

de_end([thickness]);

thickness is optional, where:

  • 1 = thin, default
  • 2 = medium
  • 3 = thick

Example:
de_add_polyline();
de_add_point(10,20);
de_add_point(40, 60);
de_add_point(20, 30);
de_end();
de_end_command();
// Or to capture the data group handle
de_add_polyline();
de_add_point(10,20);
de_add_point(40, 60);
de_add_point(20, 30);
decl dgHandle = de_end();
de_end_command();

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
PI Attenuator
Polylines to Polygons

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources