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 SourceAbsoluteTolerance
Declaration
public double? AbsoluteTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
DCMaxIterations
Declaration
public int? DCMaxIterations { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Gmin
Declaration
public double? Gmin { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
KeepOpInfo
Declaration
public bool? KeepOpInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
MonteCarloConfiguration
Gets the Monte Carlo Analysis configuration.
Declaration
public MonteCarloConfiguration MonteCarloConfiguration { get; }
Property Value
Type | Description |
---|---|
MonteCarloConfiguration |
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> |
ParameterSweeps
Gets the parameter sweeps.
Declaration
public List<ParameterSweep> ParameterSweeps { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ParameterSweep> |
RelTolerance
Declaration
public double? RelTolerance { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Seed
Gets or sets the random seed for simulations.
Declaration
public int? Seed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SweepMaxIterations
Declaration
public int? SweepMaxIterations { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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> |
TemperaturesInKelvinsFromOptions
Gets or sets value of circuit temperature from .OPTIONS.
Declaration
public double? TemperaturesInKelvinsFromOptions { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
TimeParametersFactory
Declaration
public Func<TransientConfiguration, TimeParameters> TimeParametersFactory { get; set; }
Property Value
Type | Description |
---|---|
System.Func<TransientConfiguration, SpiceSharp.Simulations.TimeParameters> |
TransientConfiguration
Declaration
public TransientConfiguration TransientConfiguration { get; set; }
Property Value
Type | Description |
---|---|
TransientConfiguration |