Searched defs:sCAPmodel (Results 1 – 2 of 2) sorted by relevance
83 typedef struct sCAPmodel { /* model structure for a capacitor */ struct92 double CAPtnom; /* temperature at which capacitance measured */93 double CAPtempCoeff1; /* linear temperature coefficient */94 double CAPtempCoeff2; /* quadratic temperature coefficient */95 double CAPmCap; /* Model default capacitance */96 double CAPcj; /* Unit Area Capacitance ( F/ M**2 ) */98 double CAPdefWidth; /* the default width of a capacitor */99 double CAPdefLength; /* the default length of a capacitor */103 double CAPdi; /* Relative dielectric constant */104 double CAPthick; /* Insulator thickness */[all …]
53 typedef struct sCAPmodel { /* model structure for a capacitor */ struct55 struct sCAPmodel *CAPnextModel; /* pointer to next possible model in argument57 CAPinstance * CAPinstances; /* pointer to list of instances that have this59 IFuid CAPmodName; /* pointer to character string naming this model */60 double CAPcj; /* Unit Area Capacitance ( F/ M**2 ) */61 double CAPcjsw; /* Unit Length Sidewall Capacitance ( F / M ) */62 double CAPdefWidth; /* the default width of a capacitor */63 double CAPnarrow; /* amount by which length/width are less than drawn */64 unsigned CAPcjGiven : 1; /* Unit Area Capacitance ( F/ M**2 ) */65 unsigned CAPcjswGiven : 1; /* Unit Length Sidewall Capacitance(F/M) */[all …]