Interface IControlReader
Interface for all control readers.
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers
Assembly: SpiceSharpParser.dll
Syntax
public interface IControlReader
Methods
| Improve this Doc View SourceRead(Control, ICircuitContext)
Reads a control statement and modifies the context.
Declaration
void Read(Control statement, ICircuitContext context)
Parameters
Type | Name | Description |
---|---|---|
Control | statement | A statement to process. |
ICircuitContext | context | A context. |