|
NAMEloself - mbk logical inductor DESCRIPTIONThe 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 ;
SEE ALSOmbk(1), addloself(3), getloself(3), delloself(3), setloself(3), locon(3), lofig(3), ptype(3). See the file man1/alc_bug_report.1.
|