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 968b813 commit 708b6bdCopy full SHA for 708b6bd
README.md
@@ -44,7 +44,7 @@ namespace SpiceSharpParserExample
44
var simulation = spiceSharpModel.Simulations.Single();
45
var export = spiceSharpModel.Exports.Find(e => e.Name == "i(V1)");
46
simulation.ExportSimulationData += (sender, args) => Console.WriteLine(export.Extract());
47
- simulation.Run(spiceSharpModel.Circuit);
+ simulation.Run(spiceSharpModel.Circuit, -1).ToArray();
48
}
49
50
0 commit comments