Show / Hide Table of Contents

Class PointParameter

A point parameter.

Inheritance
System.Object
SpiceObject
Parameter
PointParameter
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 PointParameter : Parameter

Constructors

| Improve this Doc View Source

PointParameter(PointValues, SpiceLineInfo)

Declaration
public PointParameter(PointValues values, SpiceLineInfo lineInfo)
Parameters
Type Name Description
PointValues values
SpiceLineInfo lineInfo

Properties

| Improve this Doc View Source

Value

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

Values

Gets the elements of the point.

Declaration
public PointValues Values { get; }
Property Value
Type Description
PointValues

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 point.

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