Simulator: Fix RLGC c unit

This commit is contained in:
aris-kimi 2023-03-02 00:20:58 +02:00 committed by Seth Hillbrand
parent 99dea1a9d7
commit db2780090c
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";