Show / Hide Table of Contents

Class Model

Inheritance
System.Object
Model
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.Context.Models
Assembly: SpiceSharpParser.dll
Syntax
public class Model

Constructors

| Improve this Doc View Source

Model(String, IEntity, IParameterSet)

Declaration
public Model(string name, IEntity entity, IParameterSet parameters)
Parameters
Type Name Description
System.String name
SpiceSharp.Entities.IEntity entity
SpiceSharp.ParameterSets.IParameterSet parameters

Properties

| Improve this Doc View Source

Entity

Declaration
public IEntity Entity { get; }
Property Value
Type Description
SpiceSharp.Entities.IEntity
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Parameters

Declaration
public IParameterSet Parameters { get; }
Property Value
Type Description
SpiceSharp.ParameterSets.IParameterSet
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX