Interface IVariable
Describes an unknown variable that will be solved by a simulation.
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface IVariable
Properties
Name
Gets the name of the variable.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string | The name of the variable. Can be |
Unit
Gets the units of the quantity.
Declaration
IUnit Unit { get; }
Property Value
Type | Description |
---|---|
IUnit | The units. |