Class ParametricStudyVariable
Inheritance
System.Object
ParametricStudyVariable
Assembly: SMT.MastaAPI.15.0.dll
public sealed 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 string ParameterName { get; }
Property Value
Type |
Description |
System.String |
|
If this is selected, this variable will be plotted on an axis in the Linear Sweep Charts tab. Note, for 2D chart more than 3 variables, and for 3D charts more than 2 variables, cannot be plotted simultaneously on an axis.
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