Class ParametricStudyVariable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ParametricStudyVariable
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.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 |
|
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