Class Accept
Accept behavior for a VoltageSource
Implements
Inherited Members
Namespace: SpiceSharp.Components.VoltageSources
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(VoltageSource))]
[AddBehaviorIfNo(typeof(IAcceptBehavior))]
public class Accept : Biasing, IBiasingBehavior, IBranchedBehavior<double>, IParameterized<IndependentSourceParameters>, 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 |