Show / Hide Table of Contents

Class TransientControl

Reads .TRAN Control from SPICE netlist object model.

Inheritance
System.Object
StatementReader<Control>
BaseControl
SimulationControl
TransientControl
Implements
IStatementReader
Inherited Members
SimulationControl.CreateSimulations(Control, ICircuitContext, Func<String, Control, ICircuitContext, Simulation>)
SimulationControl.ConfigureCommonSettings(Simulation, ICircuitContext)
StatementReader<Control>.Read(Statement, ICircuitContext)
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
Assembly: SpiceSharpParser.dll
Syntax
public class TransientControl : SimulationControl, IStatementReader

Constructors

| Improve this Doc View Source

TransientControl(IMapper<Exporter>)

Declaration
public TransientControl(IMapper<Exporter> mapper)
Parameters
Type Name Description
IMapper<Exporter> mapper

Methods

| Improve this Doc View Source

Read(Control, ICircuitContext)

Reads Control statement and modifies the context.

Declaration
public override void Read(Control statement, ICircuitContext context)
Parameters
Type Name Description
Control statement

A statement to process.

ICircuitContext context

A context to modify.

Overrides
SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.StatementReader<SpiceSharpParser.Models.Netlist.Spice.Objects.Control>.Read(SpiceSharpParser.Models.Netlist.Spice.Objects.Control, SpiceSharpParser.ModelReaders.Netlist.Spice.Context.ICircuitContext)

Implements

IStatementReader
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX