Show / Hide Table of Contents

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 Source

EnableBusSyntax

Gets or sets a value indicating whether bus syntax is enabled.

Declaration
public bool EnableBusSyntax { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX