Class BiasingBehavior
DC biasing behavior for a VoltageControlledCurrentSource.
Implements
Inherited Members
Namespace: SpiceSharp.Components.VoltageControlledCurrentSources
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(VoltageControlledCurrentSource))]
[AddBehaviorIfNo(typeof(IBiasingBehavior))]
public class BiasingBehavior : Behavior, IBiasingBehavior, IBehavior, IParameterSetCollection, IParameterized<Parameters>, IExportPropertySet<double>, IParameterSet
Constructors
BiasingBehavior(IComponentBindingContext)
Initializes a new instance of the BiasingBehavior class.
Declaration
public BiasingBehavior(IComponentBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IComponentBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Properties
Current
Gets the DC or instantaneous current through the device.
Declaration
[ParameterName("i")]
[ParameterName("c")]
[ParameterName("i_r")]
[ParameterInfo("Current")]
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")]
public double Power { get; }
Property Value
Type | Description |
---|---|
double | The DC or instantaneous power dissipation. |
Voltage
Gets the DC or instantaneous voltage over the device.
Declaration
[ParameterName("v")]
[ParameterName("v_r")]
[ParameterInfo("Voltage")]
public double Voltage { get; }
Property Value
Type | Description |
---|---|
double | The DC or instantaneous voltage. |