Namespace SpiceSharp
Classes
Array<T>
A helper method as a replacement for System.Array. This method does not exist in .NET Standard 1.5 (even though the docs say it does).
BehaviorsNotFoundException
An exception that is thrown when a problem occurs find behaviors.
Circuit
Represents an electronic circuit.
Constants
Helpful (electronics-related) constants used throughout Spice#.
NoEquivalentSubcircuitException
An exception thrown when a subcircuit cannot be represented.
NodeMismatchException
Exception thrown when nodes aren't matched.
SpiceSharpException
An exception for SpiceSharp-related issues.
SpiceSharpWarning
A static class that tracks warnings.
StateNotFoundException
An exception that is thrown when a problem occurs find State.
TimestepTooSmallException
Exception thrown when the timestep is too small.
TypeNotFoundException
An exception that is thrown when a problem occurs with the generic type of a method.
Utility
Some utility methods
WarningEventArgs
Event arguments that are used when a warning is generated.
Structs
GivenParameter<T>
This class describes a parameter that is optional. Whether or not it was specified can be found using the Given variable. It also has a default value when not specified.
Interfaces
ICloneable<T>
Describes a cloneable item.