diff --git a/eeschema/sim/sim_model_source.cpp b/eeschema/sim/sim_model_source.cpp index fdb39fce05..6f3578cb4b 100644 --- a/eeschema/sim/sim_model_source.cpp +++ b/eeschema/sim/sim_model_source.cpp @@ -774,6 +774,7 @@ std::vector SIM_MODEL_SOURCE::makeCcParamInfos( const st paramInfo.name = "control"; paramInfo.id = 2; paramInfo.type = SIM_VALUE::TYPE_STRING; + paramInfo.unit = ""; paramInfo.description = "Controlling voltage source"; paramInfos.push_back( paramInfo );