Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
LOSELF(3)	       MBK LOGICAL STRUCTURE DEFINITIONS	     LOSELF(3)

NAME
       loself -	mbk logical inductor

DESCRIPTION
       The loself is used to describe a	logical	inductor. The created inductor
       is  a  functional  logical inductor, not	a parasitic inductor.  For the
       time being, only	MIM (i.e. metal) inductor type is supported.

       The declarations	needed to work on loself are available in  the	header
       file "/labo/include/mlo.h".

       The  following  C structure supports the	description of the logical in-
       ductor :

	      typedef struct loself
		 {
		   struct loself  *NEXT	 ;
		   struct locon	  *SCON1 ;
		   struct locon	  *SCON2 ;
		   char		  *NAME	 ;
		   double	  SELF	 ;
		   char		  TYPE	 ;
		   struct ptype	  *USER	 ;
		 } loself_list		 ;

       NEXT		   Pointer to the next loself of the list.

       SCON1		   Pointer to the scon1	 connector  of	the  inductor.
			   This	 connector  is,	of course unique. See locon(3)
			   for details.

       SCON2		   Pointer to the scon2	 connector  of	the  inductor.
			   This	 connector  is,	of course unique. See locon(3)
			   for details.

       NAME		   Inductor instance name

       SELF		   Inductance value

       TYPE		   Layer type of the inductor.	One  legal  values  is
			   available :

			   SELFMIM	       Metal inductor.

       USER		   Pointer  to a ptype list, see ptype(3) for details,
			   that	is a general purpose pointer used to share in-
			   formation on	the inductor.

SEE ALSO
       mbk(1), addloself(3),  getloself(3),  delloself(3),  setloself(3),  lo-
       con(3), lofig(3), ptype(3).

ASIM/LIP6			August 14, 2002			     LOSELF(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=loself&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help