|
|
|
@ -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"), |
|
|
|
|