Show / Hide Table of Contents

Interface ISubcircuitBehavior

Describes a behavior that can be used for subcircuits.

Inherited Members
IBehavior.Name
IParameterSetCollection.GetParameterSet<P>()
IParameterSetCollection.TryGetParameterSet<P>(out P)
IParameterSetCollection.ParameterSets
IParameterSet.SetParameter<P>(string, P)
IParameterSet.TrySetParameter<P>(string, P)
IParameterSet.GetProperty<P>(string)
IParameterSet.TryGetProperty<P>(string, out P)
IParameterSet.CreateParameterSetter<P>(string)
IParameterSet.CreatePropertyGetter<P>(string)
Namespace: SpiceSharp.Components.Subcircuits
Assembly: SpiceSharp.dll
Syntax
public interface ISubcircuitBehavior : IBehavior, IParameterSetCollection, IParameterSet

Methods

FetchBehaviors(SubcircuitBindingContext)

Makes the behavior fetch the behaviors using the binding context.

Declaration
void FetchBehaviors(SubcircuitBindingContext context)
Parameters
Type Name Description
SubcircuitBindingContext context

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)
Documentation.ParameterValues<T>(IParameterSetCollection, bool)
Documentation.Parameters(IParameterSetCollection)
In this article
Back to top Generated by DocFX