Show / Hide Table of Contents

Class SpiceNetlist

A SPICE netlist.

Inheritance
System.Object
SpiceObject
SpiceNetlist
Inherited Members
SpiceObject.LineInfo
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceNetlist : SpiceObject

Constructors

| Improve this Doc View Source

SpiceNetlist(String, Statements)

Declaration
public SpiceNetlist(string title, Statements statements)
Parameters
Type Name Description
System.String title
Statements statements

Properties

| Improve this Doc View Source

Statements

Gets or sets a collection of statements of the netlist.

Declaration
public Statements Statements { get; set; }
Property Value
Type Description
Statements
| Improve this Doc View Source

Title

Gets title of the netlist.

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Clone()

Clones the object.

Declaration
public override SpiceObject Clone()
Returns
Type Description
SpiceObject

A clone of the object.

Overrides
SpiceObject.Clone()
| Improve this Doc View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX