Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

getphins(3) [x11r4 man page]

GETPHINS(3)						      MBK PHYSICAL FUNCTIONS						       GETPHINS(3)

NAME
getphins - retrieve a physical instance ORIGIN
This 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.fr SYNOPSYS
#include "mph.h" phins_list *getphins(ptfig, insname) phfig_list *ptfig; char *insname; PARAMETERS
ptfig Pointer to the figure in which the instance should be seeked insname Name of the instance DESCRIPTION
getphins looks in the list of instances of the physical model pointed to by ptfig for a instance identified by its insname. RETURN VALUE
getphins returns a pointer to the instance that matches the insname. ERROR
"*** mbk error *** illegal getphins instance insname doesn't exist in figure ptfig->NAME" No instance is called insname in the figure. EXAMPLE
#include "mph.h" phins_list *exist(figname, insname) char *figname, *insname; { return getphins(getphfig(figname), insname); } SEE ALSO
mbk(1), phfig(3), phins(3), addphins(3), delphins(3). BUG REPORT
This 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 GETPHINS(3)

Check Out this Related Man Page

GETPHINS(3)						      MBK PHYSICAL FUNCTIONS						       GETPHINS(3)

NAME
getphins - retrieve a physical instance ORIGIN
This 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.fr SYNOPSYS
#include "mph.h" phins_list *getphins(ptfig, insname) phfig_list *ptfig; char *insname; PARAMETERS
ptfig Pointer to the figure in which the instance should be seeked insname Name of the instance DESCRIPTION
getphins looks in the list of instances of the physical model pointed to by ptfig for a instance identified by its insname. RETURN VALUE
getphins returns a pointer to the instance that matches the insname. ERROR
"*** mbk error *** illegal getphins instance insname doesn't exist in figure ptfig->NAME" No instance is called insname in the figure. EXAMPLE
#include "mph.h" phins_list *exist(figname, insname) char *figname, *insname; { return getphins(getphfig(figname), insname); } SEE ALSO
mbk(1), phfig(3), phins(3), addphins(3), delphins(3). BUG REPORT
This 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 GETPHINS(3)
Man Page

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Shopt -s histappend

What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file. # When the shell exits, append to the history file instead of overwriting it shopt -s histappend (3 Replies)
Discussion started by: cokedude
3 Replies