Show / Hide Table of Contents

Class PrintControl

Reads .PRINT Control from SPICE netlist object model.

Inheritance
System.Object
StatementReader<Control>
BaseControl
ExportControl
PrintControl
Implements
IStatementReader
Inherited Members
ExportControl.Mapper
ExportControl.ExportFactory
ExportControl.GenerateExport(Parameter, ICircuitContext, Simulation)
ExportControl.CreateExportsForAllVoltageAndCurrents(Simulation, ICircuitContext)
ExportControl.GenerateExports(ParameterCollection, Simulation, ICircuitContext)
ExportControl.GetFirstDimensionLabel(Simulation)
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 PrintControl : ExportControl, IStatementReader

Constructors

| Improve this Doc View Source

PrintControl(IMapper<Exporter>, IExportFactory)

Initializes a new instance of the PrintControl class.

Declaration
public PrintControl(IMapper<Exporter> mapper, IExportFactory exportFactory)
Parameters
Type Name Description
IMapper<Exporter> mapper

The exporter mapper.

IExportFactory exportFactory

The export factory.

Properties

| Improve this Doc View Source

SupportedPrintTypes

Declaration
protected ICollection<string> SupportedPrintTypes { get; }
Property Value
Type Description
System.Collections.Generic.ICollection<System.String>

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 reading context.

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