Show / Hide Table of Contents

Interface ISpiceNetlistCaseSensitivitySettings

Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public interface ISpiceNetlistCaseSensitivitySettings

Properties

| Improve this Doc View Source

IsDistributionNameCaseSensitive

Gets or sets a value indicating whether random distribution names are case-sensitive.

Declaration
bool IsDistributionNameCaseSensitive { 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
bool IsDotStatementNameCaseSensitive { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsEntityNamesCaseSensitive

Gets or sets a value indicating whether entity names are case-sensitive.

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

IsExpressionNameCaseSensitive

Gets or sets a value indicating whether expression names are case-sensitive.

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

IsFunctionNameCaseSensitive

Gets or sets a value indicating whether function names are case-sensitive.

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

IsModelTypeCaseSensitive

Gets or sets a value indicating whether model types names are case-sensitive.

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

IsParameterNameCaseSensitive

Gets or sets a value indicating whether parameter names are case-sensitive.

Declaration
bool IsParameterNameCaseSensitive { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX