Class SpiceLexerSettings
Settings for SpiceLexer.
Inheritance
System.Object
SpiceLexerSettings
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.Lexers.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceLexerSettings
Properties
| Improve this Doc View SourceEnableBusSyntax
Gets or sets a value indicating whether bus syntax is enabled.
Declaration
public bool EnableBusSyntax { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
HasTitle
Gets or sets a value indicating whether text has a first line with the title.
Declaration
public bool HasTitle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDotStatementNameCaseSensitive
Gets or sets a value indicating whether dot statements names are case-sensitive.
Declaration
public bool IsDotStatementNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |