Show / Hide Table of Contents

Class FuncControl

Reads .FUNC Control from SPICE netlist object model.

Inheritance
System.Object
StatementReader<Control>
BaseControl
FuncControl
Implements
IStatementReader
Inherited Members
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
Assembly: SpiceSharpParser.dll
Syntax
public class FuncControl : BaseControl, IStatementReader

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