Class SpiceObject
Base class for all SPICE objects.
Inheritance
System.Object
SpiceObject
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 SourceSpiceObject()
Declaration
protected SpiceObject()
SpiceObject(SpiceLineInfo)
Declaration
protected SpiceObject(SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
SpiceLineInfo | lineInfo |
Properties
| Improve this Doc View SourceLineInfo
Declaration
public virtual SpiceLineInfo LineInfo { get; }
Property Value
Type | Description |
---|---|
SpiceLineInfo |
Methods
| Improve this Doc View SourceClone()
Clones the object.
Declaration
public abstract SpiceObject Clone()
Returns
Type | Description |
---|---|
SpiceObject | A clone of the object. |