Class Biasing
Biasing behavior for a VoltageDelay.
Implements
Inherited Members
Namespace: SpiceSharp.Components.VoltageDelays
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(VoltageDelay))]
[AddBehaviorIfNo(typeof(IBiasingBehavior))]
public class Biasing : Behavior, IBiasingBehavior, IBranchedBehavior<double>, IBehavior, IParameterSetCollection, IParameterized<Parameters>, IExportPropertySet<double>, IParameterSet
  Constructors
Biasing(IComponentBindingContext)
Initializes a new instance of the Biasing class.
Declaration
public Biasing(IComponentBindingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IComponentBindingContext | context | The context.  | 
      
Exceptions
| Type | Condition | 
|---|---|
| ArgumentNullException | Thrown if   | 
      
Properties
BiasingElements
Gets the matrix elements.
Declaration
protected ElementSet<double> BiasingElements { get; }
  Property Value
| Type | Description | 
|---|---|
| ElementSet<double> | The matrix elements.  | 
      
Branch
Gets the branch equation variable.
Declaration
public IVariable<double> Branch { get; }
  Property Value
| Type | Description | 
|---|---|
| IVariable<double> | The branch equation variable.  | 
      
Current
Gets the DC or instantaneous current through the device.
Declaration
[ParameterName("c")]
[ParameterName("i")]
[ParameterName("i_r")]
[ParameterInfo("Current through current source")]
public double Current { get; }
  Property Value
| Type | Description | 
|---|---|
| double | The DC or instantaneous current.  | 
      
Parameters
Gets the parameter set.
Declaration
public Parameters Parameters { get; }
  Property Value
| Type | Description | 
|---|---|
| Parameters | The parameter set.  | 
      
Power
Gets the DC or instantaneous power dissipation by the device.
Declaration
[ParameterName("p")]
[ParameterName("p_r")]
[ParameterInfo("Power supplied by the source")]
public double Power { get; }
  Property Value
| Type | Description | 
|---|---|
| double | The DC or instantaneous power dissipation.  | 
      
Variables
Gets the variables.
Declaration
protected TwoPort<double> Variables { get; }
  Property Value
| Type | Description | 
|---|---|
| TwoPort<double> | 
Voltage
Gets the DC or instantaneous voltage over the device.
Declaration
[ParameterName("v")]
[ParameterName("v_r")]
[ParameterInfo("Voltage accross the supply")]
public double Voltage { get; }
  Property Value
| Type | Description | 
|---|---|
| double | The DC or instantaneous voltage.  |