From 92dd6e48d01ad2d052f57521cf5c5860a852b6a2 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 31 May 2018 10:42:11 +0200 Subject: [PATCH] make up description comment for pspice_compat() --- src/frontend/inpcom.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/frontend/inpcom.c b/src/frontend/inpcom.c index e84c51a9e..6f1874a8f 100644 --- a/src/frontend/inpcom.c +++ b/src/frontend/inpcom.c @@ -6725,7 +6725,10 @@ del_models(struct vsmodels *vsmodel) .model aswn aswitch(cntl_off={0.49} cntl_on={0.55} r_off={1G} + r_on={ 1 / (2 * M*(W / LE)*(KPN / 2) * 10) } log = TRUE) * replace & by && -* replace | by || */ +* replace | by || +* in R instance, replace TC = xx1, xx2 by TC1=xx1 TC2=xx2 +* replace T_ABS by temp and T_REL_GLOBAL by dtemp in .model cards +* get the area factor for diodes and bipolar devices */ static struct card * pspice_compat(struct card *oldcard) {