54 std::vector<PARAM::INFO> paramInfos;
55 PARAM::INFO paramInfo;
57 paramInfo.name =
"l1";
59 paramInfo.unit =
"(Reference)";
60 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
61 paramInfo.defaultValue =
"";
62 paramInfo.description =
"Inductor 1";
63 paramInfo.isSpiceInstanceParam =
true;
64 paramInfos.push_back( paramInfo );
66 paramInfo.name =
"l2";
68 paramInfo.unit =
"(Reference)";
69 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
70 paramInfo.defaultValue =
"";
71 paramInfo.description =
"Inductor 2";
72 paramInfo.isSpiceInstanceParam =
true;
73 paramInfos.push_back( paramInfo );
78 paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
79 paramInfo.defaultValue =
"";
80 paramInfo.description =
"Coupling coefficient";
81 paramInfo.isSpiceInstanceParam =
true;
82 paramInfos.push_back( paramInfo );
wxString result
Test unit parsing edge cases and error handling.