Query: addphfig
OS: x11r4
Section: 3
Links: x11r4 man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ADDPHFIG(3) MBK PHYSICAL FUNCTIONS ADDPHFIG(3)NAMEaddphfig - create a new physical cell modelORIGINThis software belongs to the ALLIANCE CAD SYSTEM developed by the ASIM team at LIP6 laboratory of Universite Pierre et Marie CURIE, in Paris, France. Web : http://asim.lip6.fr/recherche/alliance/ E-mail : alliance-users@asim.lip6.frSYNOPSYS#include "mph.h" phfig_list *addphfig(figname) char *figname;PARAMETERfigname Name of the figure to be createdDESCRIPTIONaddphfig creates a new figure called figname and adds it to the list of figure in memory. The new figure is added in front of the list, and becomes itself the list head. No check is performed to see if a figure with the figname exists on disk. If it is the case, the preexisting file will be erased while saving. The fields PHCON, PHINS, PHSEG, PHVIA, PHREF and USER are set to NULL. The fields XAB1, YAB1, XAB2, XAB2 are set to 0L. The field MODE is set to 'A'. The field NEXT points to the previous head of list.RETURN VALUEaddphfig returns a pointer to the newly created figure.ERRORS"*** mbk error *** illegal addphfig figure figname already exists" There is already a figure called figname in memory, so it's impossible to give this name to a cell to be created.EXAMPLE#include "mph.h" phfig_list *get_the_fig(name) char *name; { phfig_list *pt, *fill_fig(/* phfig_list * */); /* scan figure list */ for (pt = HEAD_PHFIG; pt; pt = pt->NEXT) if (!strcmp(pt->NAME, figname)) break; return pt ? pt : fill_fig(addphfig(figname)); }SEE ALSOmbk(1), phfig(3), getphfig(3), delphfig(3), loadphfig(3), savephfig(3), flattenphfig(3), rflattenphfig(3).BUG REPORTThis tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools.ASIM/LIP6 October 1, 1997 ADDPHFIG(3)
Related Man Pages |
---|
addphfig(3) - suse |
addphfig(3) - x11r4 |
addphfig(3) - opendarwin |
addphfig(3) - v7 |
addlofig(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
please help |
sed to end of line |
Matlab (more generally: sorting data by date) |