Show / Hide Table of Contents

Class SpiceNetlistReaderSettings

Inheritance
System.Object
SpiceNetlistReaderSettings
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.ModelReaders.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceNetlistReaderSettings

Constructors

| Improve this Doc View Source

SpiceNetlistReaderSettings(ISpiceNetlistCaseSensitivitySettings, Func<String>)

Initializes a new instance of the SpiceNetlistReaderSettings class.

Declaration
public SpiceNetlistReaderSettings(ISpiceNetlistCaseSensitivitySettings caseSensitivitySettings, Func<string> workingDirectoryProvider)
Parameters
Type Name Description
ISpiceNetlistCaseSensitivitySettings caseSensitivitySettings

Case sensitivity settings.

System.Func<System.String> workingDirectoryProvider

Working directory provider.

Properties

| Improve this Doc View Source

CaseSensitivity

Gets the case-sensitivity settings.

Declaration
public ISpiceNetlistCaseSensitivitySettings CaseSensitivity { get; }
Property Value
Type Description
ISpiceNetlistCaseSensitivitySettings
| Improve this Doc View Source

EvaluatorMode

Gets or sets the evaluator mode.

Declaration
public SpiceExpressionMode EvaluatorMode { get; set; }
Property Value
Type Description
SpiceExpressionMode
| Improve this Doc View Source

Mappings

Gets or sets the object mappings.

Declaration
public ISpiceObjectMappings Mappings { get; set; }
Property Value
Type Description
ISpiceObjectMappings
| Improve this Doc View Source

Orderer

Gets or sets the statements orderer.

Declaration
public ISpiceStatementsOrderer Orderer { get; set; }
Property Value
Type Description
ISpiceStatementsOrderer
| Improve this Doc View Source

Seed

Gets or sets the evaluator random seed.

Declaration
public int? Seed { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

WorkingDirectory

Gets working directory.

Declaration
public string WorkingDirectory { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX