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 SourceFinal
Declaration
public double? Final { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MaxStep
Declaration
public double? MaxStep { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Step
Declaration
public double? Step { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
TranMaxIterations
Declaration
public int? TranMaxIterations { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
UseIc
Declaration
public bool? UseIc { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |