Show / Hide Table of Contents

Class ParameterRandomness

Specifies random tolerance for a parameter.

Inheritance
System.Object
ParameterRandomness
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 ParameterRandomness

Properties

| Improve this Doc View Source

RandomDistributionName

Gets or sets random distribution name.

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

Tolerance

Gets or sets tolerance parameter.

Declaration
public Parameter Tolerance { get; set; }
Property Value
Type Description
Parameter
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX