Simulator: Fix RLGC c unit

(Cherry-picked from db2780090c)
This commit is contained in:
aris-kimi 2023-03-02 00:20:58 +02:00 committed by Ian McInerney
parent 7dbd920912
commit f1e060902b
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ std::vector<PARAM::INFO> SIM_MODEL_TLINE::makeRlgcParamInfos()
paramInfo.name = "c";
paramInfo.type = SIM_VALUE::TYPE_FLOAT;
paramInfo.unit = "C/m";
paramInfo.unit = "F/m";
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
paramInfo.defaultValue = "0";
paramInfo.description = "Capacitance per length";