Show / Hide Table of Contents

Class TransientConfiguration

Inheritance
System.Object
TransientConfiguration
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 TransientConfiguration

Properties

| Improve this Doc View Source

Final

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

MaxStep

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

Step

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

TranMaxIterations

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

Type

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

UseIc

Declaration
public bool? UseIc { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX