Class Time
Time behavior for a VoltageDelay.
Implements
Inherited Members
Namespace: SpiceSharp.Components.VoltageDelays
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(VoltageDelay))]
[AddBehaviorIfNo(typeof(ITimeBehavior))]
public class Time : Biasing, IBranchedBehavior<double>, IParameterized<Parameters>, IExportPropertySet<double>, IBiasingBehavior, 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
Signal
Gets the delayed signal.
Declaration
protected DelayedSignal Signal { get; }
Property Value
Type | Description |
---|---|
DelayedSignal | The signal. |