Show / Hide Table of Contents

Class Component

A SPICE component.

Inheritance
System.Object
SpiceObject
Statement
Component
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.Objects
Assembly: SpiceSharpParser.dll
Syntax
public class Component : Statement

Constructors

| Improve this Doc View Source

Component(String, ParameterCollection, SpiceLineInfo)

Declaration
public Component(string name, ParameterCollection pinsAndParameters, SpiceLineInfo lineInfo)
Parameters
Type Name Description
System.String name
ParameterCollection pinsAndParameters
SpiceLineInfo lineInfo

Properties

| Improve this Doc View Source

Name

Gets or sets the name of component.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

NameParameter

Gets or sets name parameter.

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

PinsAndParameters

Gets or sets pins and components parameters.

Declaration
public ParameterCollection PinsAndParameters { get; set; }
Property Value
Type Description
ParameterCollection

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