Class Accept
Behavior for accepting time-points for a VoltageDelay.
Implements
Inherited Members
Namespace: SpiceSharp.Components.VoltageDelays
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(VoltageDelay))]
[AddBehaviorIfNo(typeof(IAcceptBehavior))]
public class Accept : Time, IBranchedBehavior<double>, IParameterized<Parameters>, IBiasingBehavior, ITimeBehavior, IAcceptBehavior, IBehavior, IParameterSetCollection, IExportPropertySet<double>, IParameterSet
Constructors
Accept(IComponentBindingContext)
Initializes a new instance of the Accept class.
Declaration
public Accept(IComponentBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IComponentBindingContext | context | The context. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |