Class Control
A SPICE control.
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
Assembly: SpiceSharpParser.dll
Syntax
public class Control : Statement
Constructors
| Improve this Doc View SourceControl()
Declaration
public Control()
Control(String, ParameterCollection, SpiceLineInfo)
Declaration
public Control(string name, ParameterCollection parameters, SpiceLineInfo lineInfo)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
ParameterCollection | parameters | |
SpiceLineInfo | lineInfo |
Properties
| Improve this Doc View SourceName
Gets or sets the name of control.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Parameters
Gets or sets the parameters of control.
Declaration
public ParameterCollection Parameters { get; set; }
Property Value
Type | Description |
---|---|
ParameterCollection |
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()
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()