Show / Hide Table of Contents

Class SpiceObject

Base class for all SPICE objects.

Inheritance
System.Object
SpiceObject
Parameter
ParameterCollection
Points
PointValues
Statement
Statements
SpiceNetlist
Inherited Members
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.Models.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public abstract class SpiceObject

Constructors

| Improve this Doc View Source

SpiceObject()

Declaration
protected SpiceObject()
| Improve this Doc View Source

SpiceObject(SpiceLineInfo)

Declaration
protected SpiceObject(SpiceLineInfo lineInfo)
Parameters
Type Name Description
SpiceLineInfo lineInfo

Properties

| Improve this Doc View Source

LineInfo

Declaration
public virtual SpiceLineInfo LineInfo { get; }
Property Value
Type Description
SpiceLineInfo

Methods

| Improve this Doc View Source

Clone()

Clones the object.

Declaration
public abstract SpiceObject Clone()
Returns
Type Description
SpiceObject

A clone of the object.

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