Show / Hide Table of Contents

Class TimeSimulationStatistics

Statistics for a TimeSimulationStatistics.

Inheritance
object
TimeSimulationStatistics
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Simulations.Time
Assembly: SpiceSharp.dll
Syntax
public class TimeSimulationStatistics

Properties

Accepted

Gets the number of accepted time points.

Declaration
[ParameterName("accepted")]
[ParameterName("naccepted")]
[ParameterInfo("The number of accepted time points")]
public int Accepted { get; set; }
Property Value
Type Description
int

Rejected

Gets the number of rejected time points.

Declaration
[ParameterName("rejected")]
[ParameterName("nrejected")]
[ParameterInfo("The number of rejected time points")]
public int Rejected { get; set; }
Property Value
Type Description
int

TimePoints

Gets the number of time points calculated.

Declaration
[ParameterName("ntime")]
[ParameterInfo("The number of time points")]
public int TimePoints { get; set; }
Property Value
Type Description
int

TransientIterations

Gets the number of transient iterations.

Declaration
[ParameterName("ntran")]
[ParameterName("ntransient")]
[ParameterInfo("The number of transient iterations")]
public int TransientIterations { get; set; }
Property Value
Type Description
int

TransientSolveTime

Gets the time spent on solving a transient analysis.

Declaration
[ParameterName("tsolvetran")]
[ParameterInfo("The time spent on solving a transient analysis")]
public TimeSpan TransientSolveTime { get; set; }
Property Value
Type Description
TimeSpan

TransientTime

Gets the time spent on transient analysis.

Declaration
[ParameterName("ttran")]
[ParameterInfo("The time spent on doing a transient analysis")]
public Stopwatch TransientTime { get; }
Property Value
Type Description
Stopwatch

Methods

Reset()

Reset the statistics.

Declaration
public void Reset()

Extension Methods

Utility.ThrowIfNull<T>(T, string)
In this article
Back to top Generated by DocFX