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 SourceEnabled
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Function
Declaration
public string Function { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputVariable
Declaration
public Parameter OutputVariable { get; set; }
Property Value
Type | Description |
---|---|
Parameter |
Runs
Declaration
public int? Runs { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Seed
Declaration
public int? Seed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SimulationType
Declaration
public string SimulationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |