Class Parameters
Parameters for biasing behaviors of a subcircuit.
Inherited Members
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 |
|
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 |
|