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 |
|
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 |
|