Class Frequency
Frequency behavior for a JFET.
Implements
Inherited Members
Namespace: SpiceSharp.Components.JFETs
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(JFET))]
[AddBehaviorIfNo(typeof(IFrequencyBehavior))]
public class Frequency : Biasing, IParameterized<Parameters>, ITemperatureBehavior, IBiasingBehavior, IFrequencyBehavior, IBehavior, IParameterSetCollection, 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 |
Properties
CapGd
Gets the gate-drain capacitance.
Declaration
[ParameterName("capgd")]
[ParameterInfo("Capacitance G-D")]
public double CapGd { get; }
Property Value
Type | Description |
---|---|
double |
CapGs
Gets the gate-source capacitance.
Declaration
[ParameterName("capgs")]
[ParameterInfo("Capacitance G-S")]
public double CapGs { get; }
Property Value
Type | Description |
---|---|
double |
ComplexElements
Gets the complex matrix elements.
Declaration
protected ElementSet<Complex> ComplexElements { get; }
Property Value
Type | Description |
---|---|
ElementSet<Complex> | The complex matrix elements. |
ComplexState
Gets the complex state.
Declaration
protected IComplexSimulationState ComplexState { get; }
Property Value
Type | Description |
---|---|
IComplexSimulationState | The complex state. |
DrainPrime
Gets the internal drain node.
Declaration
protected IVariable<Complex> DrainPrime { get; }
Property Value
Type | Description |
---|---|
IVariable<Complex> | The internal drain node. |
SourcePrime
Gets the internal source node.
Declaration
protected IVariable<Complex> SourcePrime { get; }
Property Value
Type | Description |
---|---|
IVariable<Complex> | The internal source node. |