de_archive_project()

Archives the given project in to a single file to be used for moving to another file system, onto disk, or for e-mailing. Returns: none.

Syntax:

de_archive_project(fromProjectName, toFileName, archiveHierarchy);

where

fromProjectName is the name of the project to archive. Should be a full path name.

toFileName is the name to save the archive as. Should be full path name.

archiveHierarchy is the choice for what to archive, where:

  • TRUE = archive the entire project hierarchy (if it exists)
  • FALSE = (default) archive the given project

Example:
de_archive_project("C:usersdefaultMyAmps_prj", 
"C:userstempMyAmps_prj.zap", TRUE);

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources