Class ParametricStudyToolOptions
Inheritance
System.Object
ParametricStudyToolOptions
Assembly: SMT.MastaAPI.14.1.dll
public class ParametricStudyToolOptions : APIBase, IEquatable<APIBase>
Fields
Declaration
protected readonly APIBase _parent
Field Value
Properties
Declaration
public EnumWithSelectedValue<AnalysisType> AnalysisType { get; set; }
Property Value
Declaration
public bool ChangingDesign { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ExternalFullFELoader ExternalFullFELoader { get; }
Property Value
Declaration
public string FolderPathForSavedFiles { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool IsLoggingData { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool LogReport { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public Overridable<int> MaximumNumberOfDesignCopiesToUse { get; set; }
Property Value
Declaration
public int NumberOfAnalysisDimensions { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfSteps { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public ReadOnlyCollection<AnalysisCaseVariable> ParametricStudyLoggingVariables { get; }
Property Value
Declaration
public ParametricStudyType ParametricStudyType { get; set; }
Property Value
PerformSystemOptimisationPSTPostAnalysis
Declaration
public bool PerformSystemOptimisationPSTPostAnalysis { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ListWithSelectedItem<string> PutNewlyAddedNumericalVariablesInto { get; set; }
Property Value
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
Declaration
public bool SaveDesignAtEachStep { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool SaveStepResultsDuringSimulation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public ReadOnlyCollection<ParametricStudyToolStepResult> StepResults { get; }
Property Value
Declaration
public ParametricStudyToolStepSaveMethod StepSaveMethod { get; set; }
Property Value
Declaration
public int StepsForStatisticalStudy { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int StepsInDimension1 { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int StepsInDimension2 { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public ReadOnlyCollection<ParametricStudyVariable> StudyVariables { get; }
Property Value
Declaration
public Overridable<bool> UseMultipleDesigns { get; set; }
Property Value
Methods
Declaration
public AnalysisCaseVariable AddLoggingVariable(DesignEntity designEntity, List<string> path)
Parameters
| Type |
Name |
Description |
| DesignEntity |
designEntity |
|
| System.Collections.Generic.List<System.String> |
path |
|
Returns
Declaration
public ParametricStudyVariable AddStudyVariable(DesignEntity designEntity, List<string> path)
Parameters
| Type |
Name |
Description |
| DesignEntity |
designEntity |
|
| System.Collections.Generic.List<System.String> |
path |
|
Returns
Declaration
public DataLogger DataLoggerFor(DesignEntity designEntity)
Parameters
Returns
Declaration
public void EditFolderPath()
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 |
|
Declaration
public void MoveStudyVariableDown(ParametricStudyVariable studyVariable)
Parameters
Declaration
public void MoveStudyVariableUp(ParametricStudyVariable studyVariable)
Parameters
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 RemoveLoggingVariable(AnalysisCaseVariable analysisVariable)
Parameters
Declaration
public void RemoveStudyVariable(ParametricStudyVariable studyVariable)
Parameters
Implements
System.IEquatable<T>
Extension Methods