Show / Hide Table of Contents

Class BracketParameter

A bracket parameter.

Inheritance
System.Object
SpiceObject
Parameter
BracketParameter
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.Parameters
Assembly: SpiceSharpParser.dll
Syntax
public class BracketParameter : Parameter

Constructors

| Improve this Doc View Source

BracketParameter()

Declaration
public BracketParameter()
| Improve this Doc View Source

BracketParameter(String, ParameterCollection, SpiceLineInfo)

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

Properties

| Improve this Doc View Source

Name

Gets or sets the name of the bracket parameter.

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

Parameters

Gets or sets the parameters inside the bracket.

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

Value

Declaration
public override string Value { get; }
Property Value
Type Description
System.String
Overrides
Parameter.Value

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()

Gets the string representation of the bracket parameter.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
Parameter.ToString()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX