dm_get_design_name()

Returns a string, the generic group name defined in AEL for a particular type of design.

Syntax:

dm_get_design_name(designHandleOrDesignCode);

where

designHandleOrDesignCode is a handle to a design, as returned from db_get_design() or a design type code as required by set_design_type().

Example:
decl type;
type = dm_get_design_name(analogRF_net); // returns string analogRF_net
type = dm_get_design_name(sigproc_net); // returns string sigproc_net
Where Used:

Schematic

 

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

Contents
Additional Resources