Show / Hide Table of Contents

Interface ITimeSimulationState

An ISimulationState for a Transient analysis.

Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public interface ITimeSimulationState : ISimulationState

Properties

UseDc

Gets or sets the flag for ignoring time-related effects. If true, each device should assume the circuit is not moving in time.

Declaration
bool UseDc { get; }
Property Value
Type Description
bool

true if the simulation only wants the DC solution; otherwise false.

UseIc

Gets or sets the flag for using initial conditions. If true, the operating point will not be calculated, and initial conditions will be used instead.

Declaration
bool UseIc { get; }
Property Value
Type Description
bool

true if entities should use their own initial conditions; otherwise false.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

ISimulationState
In this article
Back to top Generated by DocFX