Class Accept
Time-dependent behavior for a Sampler.
Implements
Inherited Members
Namespace: SpiceSharp.Components.SamplerBehaviors
Assembly: SpiceSharp.dll
Syntax
[BehaviorFor(typeof(Sampler))]
[AddBehaviorIfNo(typeof(IAcceptBehavior))]
public class Accept : Behavior, ITimeBehavior, ITruncatingBehavior, IAcceptBehavior, IBehavior, IParameterSetCollection, IParameterSet, IParameterized<Parameters>
Remarks
This behavior does strictly speaking not need to implement ITimeBehavior, however if we don't then will also create the more generic sampler behavior.
Constructors
Accept(IBindingContext)
Initializes a new instance of the Accept class.
Declaration
public Accept(IBindingContext context)
Parameters
Type | Name | Description |
---|---|---|
IBindingContext | context | The sampler binding context. |
Properties
Parameters
Gets the parameter set.
Declaration
public Parameters Parameters { get; }
Property Value
Type | Description |
---|---|
Parameters | The parameter set. |