Class ParametricStudyVariable
Inheritance
System.Object
ParametricStudyVariable
Assembly: SMT.MastaAPI.14.1.dll
public class ParametricStudyVariable : AnalysisCaseVariable, IEquatable<APIBase>
Properties
Declaration
public string CurrentValues { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public ParametricStudyDimension Dimension { get; set; }
Property Value
Declaration
public MonteCarloDistribution Distribution { get; set; }
Property Value
Declaration
public DesignOfExperimentsVariableSetter DOEVariableSetter { get; }
Property Value
Declaration
public double EndValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double EndValueInSIUnits { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public ListWithSelectedItem<string> Group { get; set; }
Property Value
Declaration
public double MaximumValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MeanValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MeanValueInSIUnits { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double MinimumValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public virtual string ParameterName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool ShowVariableOnAxis { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public double StandardDeviation { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StandardDeviationInSIUnits { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StartValue { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public double StartValueInSIUnits { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public string Unit { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
public void AddToNewGroup()
Declaration
Declaration
Declaration
Declaration
Implements
System.IEquatable<T>
Extension Methods