Show / Hide Table of Contents

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 Source

SingleSpiceNetlistParserSettings(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 Source

IsEndRequired

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

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

Lexer

Gets the lexer settings.

Declaration
public SpiceLexerSettings Lexer { get; }
Property Value
Type Description
SpiceLexerSettings
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX