Show / Hide Table of Contents

Class Parameters

Parameters for a Subcircuit.

Inheritance
object
ParameterSet
Parameters
Implements
ICloneable<Parameters>
IImportParameterSet<ISubcircuitDefinition>
IExportPropertySet<ISubcircuitDefinition>
IImportParameterSet<bool>
IExportPropertySet<bool>
IParameterSet
Inherited Members
ParameterSet.SetParameter<P>(string, P)
ParameterSet.TrySetParameter<P>(string, P)
ParameterSet.GetProperty<P>(string)
ParameterSet.TryGetProperty<P>(string, out P)
ParameterSet.CreateParameterSetter<P>(string)
ParameterSet.CreatePropertyGetter<P>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Components.Subcircuits
Assembly: SpiceSharp.dll
Syntax
public class Parameters : ParameterSet, ICloneable<Parameters>, IImportParameterSet<ISubcircuitDefinition>, IExportPropertySet<ISubcircuitDefinition>, IImportParameterSet<bool>, IExportPropertySet<bool>, IParameterSet

Properties

Definition

Gets or sets the subcircuit definition.

Declaration
[ParameterName("definition")]
[ParameterInfo("The subcircuit definition.")]
public ISubcircuitDefinition Definition { get; set; }
Property Value
Type Description
ISubcircuitDefinition

The definition.

LocalSolver

Gets or sets a value indicating whether a local solver can be used.

Declaration
[ParameterName("localsolver")]
[ParameterInfo("Flag indicating whether or not a local solver should be used.")]
public bool LocalSolver { get; set; }
Property Value
Type Description
bool

true if a local solver should be used; otherwise, false.

Methods

Clone()

Clones the instance.

Declaration
public Parameters Clone()
Returns
Type Description
Parameters

The cloned instance.

Implements

ICloneable<T>
IImportParameterSet<P>
IExportPropertySet<P>
IImportParameterSet<P>
IExportPropertySet<P>
IParameterSet

Extension Methods

Utility.ThrowIfNull<T>(T, string)
Documentation.ParameterValues<T>(IParameterSet, bool)
Documentation.Parameters(IParameterSet)

See Also

ParameterSet
In this article
Back to top Generated by DocFX