get_push_history()

Returns a string list containing design push history of a given design. This is the list of designs that have been pushed into with the de_push() command.

Syntax:

get_push_history(designName, repType, separator, endDesign);

where

designName is the name of the design.

repType is the type of representation, where:

  • REP_SCHEM = Schematic representation
  • REP_LAY = Layout representation

separator is the separator character to insert between design names.

endDesign is optional. Terminates design when reached no other designs are listed.

Example:
decl out;
out = get_push_history(de_current_design_name(), REP_SCHEM, "\", NULL);

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources