Class ReferenceParameter
A reference parameter.
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 ReferenceParameter : SingleParameter
Constructors
| Improve this Doc View SourceReferenceParameter(String, SpiceLineInfo)
Declaration
public ReferenceParameter(string reference, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | reference | |
SpiceLineInfo | lineInfo |
Properties
| Improve this Doc View SourceArgument
Gets the argument of reference parameter.
Declaration
public string Argument { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the name of reference parameter.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Clones the object.
Declaration
public override SpiceObject Clone()
Returns
Type | Description |
---|---|
SpiceObject | A clone of the object. |
Overrides
| Improve this Doc View SourceToString()
Gets the string representation of the point.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |