ifparm, #9/16, mes.c, "m" is an alias of "area", use IOPUR

This commit is contained in:
rlar 2017-04-01 18:38:45 +02:00
parent f0e2b43940
commit cee466b35e
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Author: 1987 Thomas L. Quarles
IFparm MESpTable[] = { /* parameters */
OPU("off", MES_OFF, IF_FLAG ,"Device initially off"),
IOPU("area", MES_AREA, IF_REAL ,"Area factor"),
IOPU("m", MES_AREA, IF_REAL ,"Parallel Multiplier"),
IOPUR("m", MES_AREA, IF_REAL ,"Parallel Multiplier"),
IOPAU("icvds", MES_IC_VDS, IF_REAL ,"Initial D-S voltage"),
IOPAU("icvgs", MES_IC_VGS, IF_REAL ,"Initial G-S voltage"),
OPU("dnode", MES_DRAINNODE, IF_INTEGER,"Number of drain node"),