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 SourceRandomDistributionName
Gets or sets random distribution name.
Declaration
public string RandomDistributionName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tolerance
Gets or sets tolerance parameter.
Declaration
public Parameter Tolerance { get; set; }
Property Value
Type | Description |
---|---|
Parameter |