Class SpiceNetlistCaseSensitivitySettings
Case-sensitivity settings for netlist reader.
Inheritance
Implements
Inherited Members
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceNetlistCaseSensitivitySettings : ISpiceNetlistCaseSensitivitySettings
Constructors
| Improve this Doc View SourceSpiceNetlistCaseSensitivitySettings()
Initializes a new instance of the SpiceNetlistCaseSensitivitySettings class.
Declaration
public SpiceNetlistCaseSensitivitySettings()
SpiceNetlistCaseSensitivitySettings(SpiceLexerSettings)
Initializes a new instance of the SpiceNetlistCaseSensitivitySettings class.
Declaration
public SpiceNetlistCaseSensitivitySettings(SpiceLexerSettings lexerSettings)
Parameters
Type | Name | Description |
---|---|---|
SpiceLexerSettings | lexerSettings | Lexer settings. |
Properties
| Improve this Doc View SourceIsDistributionNameCaseSensitive
Gets or sets a value indicating whether random distribution names are case-sensitive.
Declaration
public bool IsDistributionNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDotStatementNameCaseSensitive
Gets a value indicating whether dot statements names are case-sensitive.
Declaration
public bool IsDotStatementNameCaseSensitive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEntityNamesCaseSensitive
Gets or sets a value indicating whether names are case-sensitive.
Declaration
public bool IsEntityNamesCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExpressionNameCaseSensitive
Gets or sets a value indicating whether expression names are case-sensitive.
Declaration
public bool IsExpressionNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFunctionNameCaseSensitive
Gets or sets a value indicating whether function names are case-sensitive.
Declaration
public bool IsFunctionNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsModelTypeCaseSensitive
Gets or sets a value indicating whether model types names are case-sensitive.
Declaration
public bool IsModelTypeCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNodeNameCaseSensitive
Gets or sets a value indicating whether node names are case-sensitive.
Declaration
public bool IsNodeNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsParameterNameCaseSensitive
Gets or sets a value indicating whether parameter names are case-sensitive.
Declaration
public bool IsParameterNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |