Show / Hide Table of Contents

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 null.

Unit

Gets the units of the quantity.

Declaration
IUnit Unit { get; }
Property Value
Type Description
IUnit

The units.

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX