de_save_design_template()

Saves the schematic representation of a design (or a design template) as a design template. The name of design template can be the name the design (or design template) currently has or can be a different name. Design templates are stored in special directories for access from any project. These directories are: CIRCUIT_TEMPLATE_DIR for Analog/RF Designs and ADSPTOLEMY_TEMPLATE_DIR for DSP Designs. Returns the name the design template was saved as.

Syntax:

de_save_design_template(templateName, designHandle);

where

templateName is the name to save the design template as; NULL if saving template as same name.

designHandle is the handle of the design (or design template) to save.

Example:
decl designHandle;
de_save_design_template("test1", designHandle);

Where Used:

Schematic

 

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

Contents
Additional Resources