Corrected Spice vector name for voltages
This commit is contained in:
parent
114e3638e7
commit
806b862a5e
|
@ -41,7 +41,7 @@ wxString NETLIST_EXPORTER_PSPICE_SIM::GetSpiceVector( const wxString& aName, SIM
|
|||
if( it == netMapping.end() )
|
||||
return "";
|
||||
|
||||
return wxString::Format( "v(%d)", it->second );
|
||||
return wxString::Format( "V(%d)", it->second );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue