ifparm, #11/16, res.c, missing IF_CHKQUERY for some alias entries, introduce IOPZR
This commit is contained in:
parent
ff00855397
commit
614eebe944
|
|
@ -162,6 +162,7 @@ extern int DEVmaxnum; /* size of DEVices array */
|
|||
# define IOPQU(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_SETQUERY|IF_UNINTERESTING,\
|
||||
d }
|
||||
# define IOPZ(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_CHKQUERY, d }
|
||||
# define IOPZR(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_CHKQUERY|IF_REDUNDANT, d }
|
||||
# define IOPZU(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_CHKQUERY|IF_UNINTERESTING,\
|
||||
d }
|
||||
# define IOPQO(a,b,c,d) { a, b, c|IF_SET|IF_ASK|IF_ORQUERY, d }
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@ IFparm RESpTable[] = { /* parameters */
|
|||
IFparm RESmPTable[] = { /* model parameters */
|
||||
IOPQ( "rsh", RES_MOD_RSH, IF_REAL,"Sheet resistance"),
|
||||
IOPZ( "narrow", RES_MOD_NARROW, IF_REAL,"Narrowing of resistor"),
|
||||
IOPR( "dw", RES_MOD_NARROW, IF_REAL,"Narrowing of resistor"),
|
||||
IOPZR( "dw", RES_MOD_NARROW, IF_REAL,"Narrowing of resistor"),
|
||||
IOPZ( "short", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"),
|
||||
IOPR( "dlr", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"),
|
||||
IOPZR( "dlr", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"),
|
||||
IOPQ( "tc1", RES_MOD_TC1, IF_REAL,"First order temp. coefficient"),
|
||||
IOPR( "tc1r", RES_MOD_TC1, IF_REAL,"First order temp. coefficient"),
|
||||
IOPQO( "tc2", RES_MOD_TC2, IF_REAL,"Second order temp. coefficient"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue