Class Model
This class represents a (Spice) model.
Inheritance
System.Object
Model
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharp.Components
Assembly: SpiceSharp.dll
Syntax
public abstract class Model : Entity, IEntity, IParameterSetCollection, IParameterSet, ICloneable
Constructors
Model(String)
Initializes a new instance of the Model class.
Declaration
protected Model(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of the model. |
Methods
CreateBehaviors(ISimulation)
Creates the behaviors for the specified simulation and registers them with the simulation.
Declaration
public override void CreateBehaviors(ISimulation simulation)
Parameters
| Type | Name | Description |
|---|---|---|
| ISimulation | simulation | The simulation. |