Interface IResultService
Assembly: SpiceSharpParser.dll
Syntax
public interface IResultService
Properties
|
Improve this Doc
View Source
Circuit
Declaration
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
|
Improve this Doc
View Source
Seed
Declaration
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
SimulationConfiguration
Declaration
SimulationConfiguration SimulationConfiguration { get; }
Property Value
|
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
Methods
|
Improve this Doc
View Source
Declaration
void AddComment(CommentLine statement)
Parameters
|
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 |
|