Show / Hide Table of Contents

Class VectorParameter

A vector parameter.

Inheritance
System.Object
SpiceObject
Parameter
VectorParameter
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)
Namespace: SpiceSharpParser.Models.Netlist.Spice.Objects.Parameters
Assembly: SpiceSharpParser.dll
Syntax
public class VectorParameter : Parameter

Constructors

| Improve this Doc View Source

VectorParameter()

Declaration
public VectorParameter()
| Improve this Doc View Source

VectorParameter(List<SingleParameter>)

Declaration
public VectorParameter(List<SingleParameter> elements)
Parameters
Type Name Description
System.Collections.Generic.List<SingleParameter> elements

Properties

| Improve this Doc View Source

Elements

Gets the elements of the vector.

Declaration
public List<SingleParameter> Elements { get; }
Property Value
Type Description
System.Collections.Generic.List<SingleParameter>
| Improve this Doc View Source

LineInfo

Declaration
public override SpiceLineInfo LineInfo { get; }
Property Value
Type Description
SpiceLineInfo
Overrides
SpiceObject.LineInfo
| 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 vector.

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