tk is not an alias parameter name
This commit is contained in:
parent
75e3a4da64
commit
e7d143e044
|
|
@ -31,7 +31,7 @@ IFparm HICUMpTable[] = { /* parameters */
|
|||
IOPU("m", HICUM_M, IF_REAL, "Multiplier"),
|
||||
IOPU("temp", HICUM_TEMP, IF_REAL, "Instance temperature"),
|
||||
IP("dt", HICUM_DTEMP, IF_REAL, "Instance delta temperature"),
|
||||
IOPUR("tk", HICUM_QUEST_TK, IF_REAL, "Actual device temperature"),
|
||||
IOPU("tk", HICUM_QUEST_TK, IF_REAL, "Actual device temperature"),
|
||||
IOPU("dtsh", HICUM_QUEST_DTSH, IF_REAL, "Temperature increase due to self-heating"),
|
||||
IOPU("it", HICUM_QUEST_IT, IF_REAL, "transfer current"),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue