We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7894746 commit 265d834Copy full SHA for 265d834
README.md
@@ -47,7 +47,7 @@ namespace SpiceSharpParserExample
47
var reader = new SpiceSharpReader();
48
var spiceSharpModel = reader.Read(netlist);
49
50
- // Simulation part using SpiceSharp
+ // Simulation using SpiceSharp
51
var simulation = spiceSharpModel.Simulations.Single();
52
var export = spiceSharpModel.Exports.Find(e => e.Name == "i(V1)");
53
simulation.ExportSimulationData += (sender, args) => Console.WriteLine(export.Extract());
0 commit comments