tk is not an alias parameter name

This commit is contained in:
dwarning 2020-06-23 18:22:40 +02:00
parent 75e3a4da64
commit e7d143e044
1 changed files with 1 additions and 1 deletions

View File

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