Home
last modified time | relevance | path

Searched refs:sqtCdL (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/txl/
H A Dtxlsetup.c59 static double sqtCdL; variable
280 t->h3_aten = t->sqtCdL = sqrt(C / L); in ReadTxL()
371 h->h3_aten = h->h2_aten * h->sqtCdL; in get_h3()
428 h->h1_term[i].c *= h->sqtCdL; in update_h1C_c()
480 sqtCdL = sqrt(C / L); in y_pade()
519 h->sqtCdL = sqtCdL; in y_pade()
H A Dtxlload.c213 *(here->TXLibr1PosPtr) = tx->sqtCdL + h1 * tx->h1C; in TXLload()
214 *(here->TXLibr2NegPtr) = tx->sqtCdL + h1 * tx->h1C; in TXLload()
272 new->sqtCdL = old->sqtCdL; in copy_tx()
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dswec.h337 double sqtCdL; member