Class Temperature
Temperature-dependent calculations for a MutualInductance.
Implements
Inherited Members
Namespace: SpiceSharp.Components.MutualInductances
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(MutualInductance))]
[AddBehaviorIfNo(typeof(ITemperatureBehavior))]
public class Temperature : Behavior, ITemperatureBehavior, IBehavior, IParameterSetCollection, IParameterSet, IParameterized<Parameters>
Constructors
Temperature(BindingContext)
Initializes a new instance of the Temperature class.
Declaration
public Temperature(BindingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BindingContext | context | The context. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |
Properties
Factor
Gets the coupling factor.
Declaration
protected double Factor { get; }
Property Value
| Type | Description |
|---|---|
| double |
Parameters
Gets the parameter set.
Declaration
public Parameters Parameters { get; }
Property Value
| Type | Description |
|---|---|
| Parameters | The parameter set. |