Interface ISpiceNetlistCaseSensitivitySettings
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public interface ISpiceNetlistCaseSensitivitySettings
Properties
| Improve this Doc View SourceIsDistributionNameCaseSensitive
Gets or sets a value indicating whether random distribution names are case-sensitive.
Declaration
bool IsDistributionNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDotStatementNameCaseSensitive
Gets or sets a value indicating whether dot statements names are case-sensitive.
Declaration
bool IsDotStatementNameCaseSensitive { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEntityNamesCaseSensitive
Gets or sets a value indicating whether entity names are case-sensitive.
Declaration
bool IsEntityNamesCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsExpressionNameCaseSensitive
Gets or sets a value indicating whether expression names are case-sensitive.
Declaration
bool IsExpressionNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFunctionNameCaseSensitive
Gets or sets a value indicating whether function names are case-sensitive.
Declaration
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
bool IsModelTypeCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsParameterNameCaseSensitive
Gets or sets a value indicating whether parameter names are case-sensitive.
Declaration
bool IsParameterNameCaseSensitive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |