Show / Hide Table of Contents

Class Parameters

Parameters for biasing behaviors of a subcircuit.

Inheritance
System.Object
ParameterSet
Parameters
Implements
IParameterSet
ICloneable
Inherited Members
ParameterSet.Clone()
ParameterSet.ICloneable.Clone()
ParameterSet.CopyFrom(ICloneable)
ParameterSet.ICloneable.CopyFrom(ICloneable)
ParameterSet.SetParameter<P>(String, P)
ParameterSet.TrySetParameter<P>(String, P)
ParameterSet.GetProperty<P>(String)
ParameterSet.TryGetProperty<P>(String, P)
ParameterSet.CreateParameterSetter<P>(String)
ParameterSet.CreatePropertyGetter<P>(String)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SpiceSharp.Components.Subcircuits.Simple
Assembly: SpiceSharp.dll
Syntax
public class Parameters : ParameterSet, IParameterSet, ICloneable

Constructors

Parameters()

Declaration
public Parameters()

Properties

LocalBiasingSolver

Gets or sets a value indicating whether a local solver should be used or not for biasing simulations.

Declaration
[ParameterName("biasing.localsolver")]
[ParameterInfo("Flag indicating whether a local solver should be used for biasing simulations.")]
public bool LocalBiasingSolver { get; set; }
Property Value
Type Description
System.Boolean

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

LocalComplexSolver

Gets or sets a value indicating whether a local solver should be used or not for complex simulations.

Declaration
[ParameterName("complex.localsolver")]
[ParameterInfo("Flag indicating whether a local solver should be used for complex simulations.")]
public bool LocalComplexSolver { get; set; }
Property Value
Type Description
System.Boolean

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

Implements

IParameterSet
ICloneable

Extension Methods

Utility.ThrowIfNull<T>(T, String)
Documentation.Parameters(IParameterSet)
Documentation.ParameterValues<T>(IParameterSet, Boolean)

See Also

ParameterSet
Back to top Generated by DocFX