|
|
@ -45,9 +45,12 @@ IFparm RESmPTable[] = { /* model parameters */ |
|
|
IOPZ( "short", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"), |
|
|
IOPZ( "short", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"), |
|
|
IOPR( "dlr", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"), |
|
|
IOPR( "dlr", RES_MOD_SHORT, IF_REAL,"Shortening of resistor"), |
|
|
IOPQ( "tc1", RES_MOD_TC1, IF_REAL,"First order temp. coefficient"), |
|
|
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"), |
|
|
IOPQO( "tc2", RES_MOD_TC2, IF_REAL,"Second order temp. coefficient"), |
|
|
|
|
|
IOPR( "tc2r", RES_MOD_TC2, IF_REAL,"Second order temp. coefficient"), |
|
|
IOPX( "defw", RES_MOD_DEFWIDTH, IF_REAL,"Default device width"), |
|
|
IOPX( "defw", RES_MOD_DEFWIDTH, IF_REAL,"Default device width"), |
|
|
IOPR( "w", RES_MOD_DEFWIDTH, IF_REAL,"Default device width"), |
|
|
IOPR( "w", RES_MOD_DEFWIDTH, IF_REAL,"Default device width"), |
|
|
|
|
|
IOPX( "l", RES_MOD_DEFLENGTH,IF_REAL,"Default device length"), |
|
|
IOPQ( "kf", RES_MOD_KF, IF_REAL,"Flicker noise coefficient"), |
|
|
IOPQ( "kf", RES_MOD_KF, IF_REAL,"Flicker noise coefficient"), |
|
|
IOPQ( "af", RES_MOD_AF, IF_REAL,"Flicker noise exponent"), |
|
|
IOPQ( "af", RES_MOD_AF, IF_REAL,"Flicker noise exponent"), |
|
|
IOPXU( "tnom", RES_MOD_TNOM, IF_REAL,"Parameter measurement temperature"), |
|
|
IOPXU( "tnom", RES_MOD_TNOM, IF_REAL,"Parameter measurement temperature"), |
|
|
|