Show / Hide Table of Contents

Class MonteCarloConfiguration

Inheritance
System.Object
MonteCarloConfiguration
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.Readers.Controls.Simulations.Configurations
Assembly: SpiceSharpParser.dll
Syntax
public class MonteCarloConfiguration

Properties

| Improve this Doc View Source

Enabled

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

Function

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

OutputVariable

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

Runs

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

Seed

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

SimulationType

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