sim - switches: open <-> closed in description
This commit is contained in:
parent
c588639503
commit
46c8985661
|
@ -154,7 +154,7 @@ const std::vector<SIM_MODEL::PARAM::INFO> SIM_MODEL_SWITCH::makeSwVParamInfos()
|
||||||
paramInfo.unit = "Ω";
|
paramInfo.unit = "Ω";
|
||||||
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
||||||
paramInfo.defaultValue = "1";
|
paramInfo.defaultValue = "1";
|
||||||
paramInfo.description = "Resistance when open";
|
paramInfo.description = "Resistance when closed";
|
||||||
paramInfo.isSpiceInstanceParam = false;
|
paramInfo.isSpiceInstanceParam = false;
|
||||||
paramInfo.spiceModelName = "";
|
paramInfo.spiceModelName = "";
|
||||||
paramInfo.enumValues = {};
|
paramInfo.enumValues = {};
|
||||||
|
@ -165,7 +165,7 @@ const std::vector<SIM_MODEL::PARAM::INFO> SIM_MODEL_SWITCH::makeSwVParamInfos()
|
||||||
paramInfo.unit = "Ω";
|
paramInfo.unit = "Ω";
|
||||||
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
||||||
paramInfo.defaultValue = "1e+12";
|
paramInfo.defaultValue = "1e+12";
|
||||||
paramInfo.description = "Resistance when closed";
|
paramInfo.description = "Resistance when open";
|
||||||
paramInfo.isSpiceInstanceParam = false;
|
paramInfo.isSpiceInstanceParam = false;
|
||||||
paramInfo.spiceModelName = "";
|
paramInfo.spiceModelName = "";
|
||||||
paramInfo.enumValues = {};
|
paramInfo.enumValues = {};
|
||||||
|
@ -218,7 +218,7 @@ const std::vector<SIM_MODEL::PARAM::INFO> SIM_MODEL_SWITCH::makeSwIParamInfos()
|
||||||
paramInfo.unit = "Ω";
|
paramInfo.unit = "Ω";
|
||||||
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
||||||
paramInfo.defaultValue = "1";
|
paramInfo.defaultValue = "1";
|
||||||
paramInfo.description = "Resistance when open";
|
paramInfo.description = "Resistance when closed";
|
||||||
paramInfo.isSpiceInstanceParam = false;
|
paramInfo.isSpiceInstanceParam = false;
|
||||||
paramInfo.spiceModelName = "";
|
paramInfo.spiceModelName = "";
|
||||||
paramInfo.enumValues = {};
|
paramInfo.enumValues = {};
|
||||||
|
@ -229,7 +229,7 @@ const std::vector<SIM_MODEL::PARAM::INFO> SIM_MODEL_SWITCH::makeSwIParamInfos()
|
||||||
paramInfo.unit = "Ω";
|
paramInfo.unit = "Ω";
|
||||||
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
|
||||||
paramInfo.defaultValue = "1e+12";
|
paramInfo.defaultValue = "1e+12";
|
||||||
paramInfo.description = "Resistance when closed";
|
paramInfo.description = "Resistance when open";
|
||||||
paramInfo.isSpiceInstanceParam = false;
|
paramInfo.isSpiceInstanceParam = false;
|
||||||
paramInfo.spiceModelName = "";
|
paramInfo.spiceModelName = "";
|
||||||
paramInfo.enumValues = {};
|
paramInfo.enumValues = {};
|
||||||
|
|
Loading…
Reference in New Issue