diff --git a/eeschema/sim/netlist_exporter_pspice_sim.cpp b/eeschema/sim/netlist_exporter_pspice_sim.cpp index e75f9edb94..1e5ca02435 100644 --- a/eeschema/sim/netlist_exporter_pspice_sim.cpp +++ b/eeschema/sim/netlist_exporter_pspice_sim.cpp @@ -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 ); }