Show / Hide Table of Contents

Class SimulationConfiguration

Inheritance
System.Object
SimulationConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Simulations.Configurations
Assembly: SpiceSharpParser.dll
Syntax
public class SimulationConfiguration

Properties

| Improve this Doc View Source

AbsoluteTolerance

Declaration
public double? AbsoluteTolerance { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

DCMaxIterations

Declaration
public int? DCMaxIterations { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

Gmin

Declaration
public double? Gmin { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

KeepOpInfo

Declaration
public bool? KeepOpInfo { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

MonteCarloConfiguration

Gets the Monte Carlo Analysis configuration.

Declaration
public MonteCarloConfiguration MonteCarloConfiguration { get; }
Property Value
Type Description
MonteCarloConfiguration
| Improve this Doc View Source

NominalTemperatureInKelvins

Gets or sets the nominal temperature for the circuit Used for model parameters as the default.

Declaration
public double? NominalTemperatureInKelvins { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

ParameterSweeps

Gets the parameter sweeps.

Declaration
public List<ParameterSweep> ParameterSweeps { get; }
Property Value
Type Description
System.Collections.Generic.List<ParameterSweep>
| Improve this Doc View Source

RelTolerance

Declaration
public double? RelTolerance { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

Seed

Gets or sets the random seed for simulations.

Declaration
public int? Seed { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

SweepMaxIterations

Declaration
public int? SweepMaxIterations { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

TemperaturesInKelvins

Gets or sets temperatures for this circuit.

Declaration
public List<double> TemperaturesInKelvins { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>
| Improve this Doc View Source

TemperaturesInKelvinsFromOptions

Gets or sets value of circuit temperature from .OPTIONS.

Declaration
public double? TemperaturesInKelvinsFromOptions { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
| Improve this Doc View Source

TimeParametersFactory

Declaration
public Func<TransientConfiguration, TimeParameters> TimeParametersFactory { get; set; }
Property Value
Type Description
System.Func<TransientConfiguration, SpiceSharp.Simulations.TimeParameters>
| Improve this Doc View Source

TransientConfiguration

Declaration
public TransientConfiguration TransientConfiguration { get; set; }
Property Value
Type Description
TransientConfiguration
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX