Query: getphcon
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETPHCON(3) MBK PHYSICAL FUNCTIONS GETPHCON(3)NAMEgetphcon - retrieve a physical connectorORIGINThis 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" phcon_list *getphcon(ptfig, conname, index) phfig_list *ptfig; char *conname; long index;PARAMETERSptfig Pointer to the figure in which the connector should be seeked conname Name of the connector index Connector indexDESCRIPTIONgetphcon looks in the list of connectors of the physical model pointed to by ptfig for a connector identified by its conname and index. Both are needed to make sure the right connector is given back since n internally wired connectors have the same name.RETURN VALUEgetphcon returns a pointer to the given connector.ERRORS"*** mbk error *** illegal getphcon connector conname.index doesn't exist in figure ptfig->NAME" No connectors match both arguments.EXAMPLE#include "mph.h" phcon_list *exist(figname, conname) char *figname, *conname; { /* if only one exists, it's this one */ return getphcon(getphfig(figname), conname, 0L); }SEE ALSOmbk(1), phfig(3), phcon(3), addphcon(3), delphcon(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 GETPHCON(3)
Related Man Pages |
---|
getlocon(3) - debian |
getlocon(3) - suse |
getphcon(3) - sunos |
getphcon(3) - opendarwin |
getphcon(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to print selected fields |