allow redundant instance parameter noise for compatibility reasons

This commit is contained in:
dwarning 2015-03-13 22:04:01 +01:00
parent 62d2f5d5f4
commit 95f45e2ee6
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ IFparm RESpTable[] = { /* parameters */
IOP( "bv_max", RES_BV_MAX, IF_REAL, "maximum voltage over resistor"),
IOPU( "scale", RES_SCALE, IF_REAL, "Scale factor"),
IOP( "noisy", RES_NOISY, IF_INTEGER, "Resistor generate noise"),
IOPR( "noise", RES_NOISY, IF_INTEGER, "Resistor generate noise"),
IP( "sens_resist", RES_RESIST_SENS, IF_FLAG,
"flag to request sensitivity WRT resistance"),
OP( "i", RES_CURRENT, IF_REAL, "Current"),