Class Time
Transient behavior for a JFET.
Implements
Inherited Members
Namespace: SpiceSharp.Components.JFETs
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(JFET))]
[AddBehaviorIfNo(typeof(ITimeBehavior))]
public class Time : Biasing, IParameterized<Parameters>, ITemperatureBehavior, IBiasingBehavior, IExportPropertySet<double>, ITimeBehavior, IBehavior, IParameterSetCollection, IParameterSet
  Constructors
Time(IComponentBindingContext)
Initializes a new instance of the Time class.
Declaration
public Time(IComponentBindingContext context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IComponentBindingContext | context | The context.  | 
      
Exceptions
| Type | Condition | 
|---|---|
| ArgumentNullException | Thrown if   | 
      
Properties
CapGd
Gets the gate-drain capacitance.
Declaration
public double CapGd { get; }
  Property Value
| Type | Description | 
|---|---|
| double | The gate-drain capacitance.  | 
      
CapGs
Gets the gate-source capacitance.
Declaration
public double CapGs { get; }
  Property Value
| Type | Description | 
|---|---|
| double | The gate-source capacitance.  | 
      
Methods
Load()
Declaration
protected override void Load()