Class DesignOfExperimentsVariableSetter
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DesignOfExperimentsVariableSetter
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 DesignOfExperimentsVariableSetter : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public double CurrentDesignValue { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool DefineUsingRange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public ReadOnlyCollection<double> DOEVariableValuesInSIUnits { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double> |
|
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 int IntegerEndValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int IntegerEndValueInSIUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int IntegerStartValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int IntegerStartValueInSIUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int IntegerValue { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int IntegerValueInSIUnits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 int NumberOfValues { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
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 |
|
Declaration
public double Value { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ValueInSIUnits { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public EnumWithSelectedValue<DoeValueSpecificationOption> ValueSpecificationType { get; set; }
Property Value
Methods
Declaration
public string GetActiveReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
Type |
Description |
System.String |
|
Declaration
public string GetNamedReportWithEncodedImages(string reportName)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
Returns
Type |
Description |
System.String |
|
OutputActiveReportAsTextTo(String)
Declaration
public void OutputActiveReportAsTextTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
Type |
Name |
Description |
System.String |
filePath |
|
Declaration
public void OutputNamedReportAsMastaReport(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
OutputNamedReportAsTextTo(String, String)
Declaration
public void OutputNamedReportAsTextTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
Type |
Name |
Description |
System.String |
reportName |
|
System.String |
filePath |
|
Declaration
public void SetValues(List<double> values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
values |
|
Declaration
public void SetValuesInSIUnits(List<double> values)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Double> |
values |
|
Implements
System.IEquatable<T>
Extension Methods