Show / Hide Table of Contents

Interface IResultService

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Context
Assembly: SpiceSharpParser.dll
Syntax
public interface IResultService

Properties

| Improve this Doc View Source

Circuit

Declaration
Circuit Circuit { get; }
Property Value
Type Description
SpiceSharp.Circuit
| Improve this Doc View Source

Exports

Declaration
IEnumerable<Export> Exports { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Export>
| Improve this Doc View Source

MonteCarlo

Declaration
MonteCarloResult MonteCarlo { get; }
Property Value
Type Description
MonteCarloResult
| Improve this Doc View Source

Seed

Declaration
int? Seed { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

SimulationConfiguration

Declaration
SimulationConfiguration SimulationConfiguration { get; }
Property Value
Type Description
SimulationConfiguration
| Improve this Doc View Source

Simulations

Declaration
IEnumerable<Simulation> Simulations { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<SpiceSharp.Simulations.Simulation>
| Improve this Doc View Source

Validation

Declaration
SpiceNetlistValidationResult Validation { get; }
Property Value
Type Description
SpiceNetlistValidationResult

Methods

| Improve this Doc View Source

AddComment(CommentLine)

Declaration
void AddComment(CommentLine statement)
Parameters
Type Name Description
CommentLine statement
| Improve this Doc View Source

AddEntity(IEntity)

Declaration
void AddEntity(IEntity entity)
Parameters
Type Name Description
SpiceSharp.Entities.IEntity entity
| Improve this Doc View Source

AddExport(Export)

Declaration
void AddExport(Export export)
Parameters
Type Name Description
Export export
| Improve this Doc View Source

AddPlot(XyPlot)

Declaration
void AddPlot(XyPlot plot)
Parameters
Type Name Description
XyPlot plot
| Improve this Doc View Source

AddPrint(Print)

Declaration
void AddPrint(Print print)
Parameters
Type Name Description
Print print
| Improve this Doc View Source

AddSimulation(Simulation)

Declaration
void AddSimulation(Simulation simulation)
Parameters
Type Name Description
SpiceSharp.Simulations.Simulation simulation
| Improve this Doc View Source

FindObject(String, out IEntity)

Declaration
bool FindObject(string objectId, out IEntity entity)
Parameters
Type Name Description
System.String objectId
SpiceSharp.Entities.IEntity entity
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX