Home
last modified time | relevance | path

Searched defs:sCAPmodel (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/cap/
H A Dcapdefs.h83 typedef struct sCAPmodel { /* model structure for a capacitor */ struct
92 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 …]
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dcapdefs.h53 typedef struct sCAPmodel { /* model structure for a capacitor */ struct
55 struct sCAPmodel *CAPnextModel; /* pointer to next possible model in argument
57 CAPinstance * CAPinstances; /* pointer to list of instances that have this
59 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 …]