58    std::vector<PARAM::INFO> paramInfos;
 
   59    PARAM::INFO paramInfo;
 
   61    paramInfo.name = 
"l1";
 
   63    paramInfo.unit = 
"(Reference)";
 
   64    paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
 
   65    paramInfo.defaultValue = 
"";
 
   66    paramInfo.description = 
"Inductor 1";
 
   67    paramInfo.isSpiceInstanceParam = 
true;
 
   68    paramInfos.push_back( paramInfo );
 
   70    paramInfo.name = 
"l2";
 
   72    paramInfo.unit = 
"(Reference)";
 
   73    paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
 
   74    paramInfo.defaultValue = 
"";
 
   75    paramInfo.description = 
"Inductor 2";
 
   76    paramInfo.isSpiceInstanceParam = 
true;
 
   77    paramInfos.push_back( paramInfo );
 
   82    paramInfo.category = PARAM::CATEGORY::PRINCIPAL;
 
   83    paramInfo.defaultValue = 
"";
 
   84    paramInfo.description = 
"Coupling coefficient";
 
   85    paramInfo.isSpiceInstanceParam = 
true;
 
   86    paramInfos.push_back( paramInfo );
 
 
wxString result
Test unit parsing edge cases and error handling.