Show / Hide Table of Contents

Interface IWaveformReader

Interface for all waveform readers.

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers
Assembly: SpiceSharpParser.dll
Syntax
public interface IWaveformReader

Methods

| Improve this Doc View Source

Generate(String, ParameterCollection, ICircuitContext)

Generates waveform from bracket parameter.

Declaration
IWaveformDescription Generate(string type, ParameterCollection parameters, ICircuitContext context)
Parameters
Type Name Description
System.String type

Type.

ParameterCollection parameters

Parameters.

ICircuitContext context

A reading context.

Returns
Type Description
SpiceSharp.Components.IWaveformDescription

An new instance of waveform.

| Improve this Doc View Source

Supports(String, ICircuitContext)

Declaration
bool Supports(string type, ICircuitContext context)
Parameters
Type Name Description
System.String type
ICircuitContext context
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX