Class Frequency
Small-signal behavior for Diode.
Inheritance
Frequency
Implements
Inherited Members
Namespace: SpiceSharp.Components.Diodes
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Diode))]
[AddBehaviorIfNo(typeof(IFrequencyBehavior))]
public class Frequency : Dynamic, ITemperatureBehavior, IParameterized<Parameters>, IConvergenceBehavior, IBiasingBehavior, IFrequencyBehavior, IBehavior, IParameterSetCollection, IExportPropertySet<Complex>, IExportPropertySet<double>, IParameterSet
Constructors
Frequency(IComponentBindingContext)
Initializes a new instance of the Frequency class.
Declaration
public Frequency(IComponentBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IComponentBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |
Fields
ComplexVariables
The complex variables used by the behavior.
Declaration
protected readonly DiodeVariables<Complex> ComplexVariables
Field Value
Type | Description |
---|---|
DiodeVariables<Complex> |
Properties
ComplexCurrent
Gets the complex current through the device.
Declaration
[ParameterName("i")]
[ParameterName("id")]
[ParameterName("c")]
[ParameterName("cd")]
[ParameterInfo("The complex current through the diode")]
public Complex ComplexCurrent { get; }
Property Value
Type | Description |
---|---|
Complex | The complex current. |
ComplexPower
Gets the complex power dissipation by the device.
Declaration
[ParameterName("p")]
[ParameterName("pd")]
[ParameterInfo("The complex power")]
public Complex ComplexPower { get; }
Property Value
Type | Description |
---|---|
Complex | The complex power dissipation. |
ComplexVoltage
Gets the complex voltage over the device.
Declaration
[ParameterName("v")]
[ParameterName("vd")]
[ParameterInfo("The complex voltage across the internal diode")]
public Complex ComplexVoltage { get; }
Property Value
Type | Description |
---|---|
Complex | The complex voltage. |