make up description comment for pspice_compat()

This commit is contained in:
Holger Vogt 2018-05-31 10:42:11 +02:00
parent 7153891293
commit 92dd6e48d0
1 changed files with 4 additions and 1 deletions

View File

@ -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)
{