GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LOSELF(3) MBK LOGICAL STRUCTURE DEFINITIONS LOSELF(3)

loself - mbk logical inductor

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 inductor :

typedef struct loself
	{
	  struct loself	∗NEXT  ;
	  struct locon	∗SCON1 ;
	  struct locon	∗SCON2 ; 
	  char	∗NAME  ;
	  double	SELF   ;
	  char	TYPE   ;
	  struct ptype	∗USER  ;
	} loself_list	       ;
Pointer to the next loself of the list.
Pointer to the scon1 connector of the inductor. This connector is, of course unique. See locon(3) for details.
Pointer to the scon2 connector of the inductor. This connector is, of course unique. See locon(3) for details.
NAME
Inductor instance name
Inductance value
Layer type of the inductor. One legal values is available :
Metal inductor.
Pointer to a ptype list, see ptype(3) for details, that is a general purpose pointer used to share information on the inductor.

mbk(1), addloself(3), getloself(3), delloself(3), setloself(3), locon(3), lofig(3), ptype(3).

See the file man1/alc_bug_report.1.

August 14, 2002 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.