Class SingleSpiceNetlistParserSettings
Settings for the SPICE netlist parser.
Inheritance
System.Object
SingleSpiceNetlistParserSettings
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)
System.Object.ToString()
Namespace: SpiceSharpParser.Parsers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SingleSpiceNetlistParserSettings
Constructors
| Improve this Doc View SourceSingleSpiceNetlistParserSettings(SpiceLexerSettings)
Initializes a new instance of the SingleSpiceNetlistParserSettings class.
Declaration
public SingleSpiceNetlistParserSettings(SpiceLexerSettings lexerSettings)
Parameters
Type | Name | Description |
---|---|---|
SpiceLexerSettings | lexerSettings | Lexer settings. |
Properties
| Improve this Doc View SourceIsEndRequired
Gets or sets a value indicating whether .END token is required at the end.
Declaration
public bool IsEndRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNewlineRequired
Gets or sets a value indicating whether new line characters are required at the end of the netlist.
Declaration
public bool IsNewlineRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Lexer
Gets the lexer settings.
Declaration
public SpiceLexerSettings Lexer { get; }
Property Value
Type | Description |
---|---|
SpiceLexerSettings |