Show / Hide Table of Contents

Class DCParameters

A configuration for a DC simulation.

Inheritance
object
ParameterSet
DCParameters
Implements
ICloneable<DCParameters>
IExportPropertySet<ICollection<ISweep>>
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.Simulations
Assembly: SpiceSharp.dll
Syntax
public class DCParameters : ParameterSet, ICloneable<DCParameters>, IExportPropertySet<ICollection<ISweep>>, IParameterSet

Properties

SweepMaxIterations

Gets the maximum number of iterations allowed for DC sweeps.

Declaration
public int SweepMaxIterations { get; set; }
Property Value
Type Description
int

Sweeps

Gets the list of sweeps that need to be executed.

Declaration
[ParameterName("sweeps")]
[ParameterInfo("List of sweeps")]
public ICollection<ISweep> Sweeps { get; }
Property Value
Type Description
ICollection<ISweep>

Methods

Clone()

Clones the instance.

Declaration
public DCParameters Clone()
Returns
Type Description
DCParameters

The cloned instance.

Implements

ICloneable<T>
IExportPropertySet<P>
IParameterSet

Extension Methods

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

See Also

ParameterSet
In this article
Back to top Generated by DocFX