Class WhineWaterfallSettings
Inheritance
System.Object
WhineWaterfallSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WhineWaterfallSettings : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ActiveResultLocations
Declaration
public ReadOnlyCollection<ResultNodeSelection> ActiveResultLocations { get; }
Property Value
BoundaryHandling
Declaration
public WhineWaterfallSettings.SpeedBoundaryHandling BoundaryHandling { get; set; }
Property Value
ChartType
Declaration
public EnumWithSelectedValue<DynamicsResponse3DChartType> ChartType { get; set; }
Property Value
ComplexComponent
Declaration
public EnumWithSelectedValue<ComplexPartDisplayOption> ComplexComponent { get; set; }
Property Value
ConnectedComponentType
Declaration
public ConnectedComponentType ConnectedComponentType { get; set; }
Property Value
CoordinateSystem
Declaration
public CoordinateSystemForWhine CoordinateSystem { get; set; }
Property Value
DataScaling
Declaration
public DataScalingOptions DataScaling { get; }
Property Value
DegreesOfFreedom
Declaration
public ReadOnlyCollection<EnumWithBoolean<ResultOptionsFor3DVector>> DegreesOfFreedom { get; }
Property Value
ExtendTorqueMapAtEdges
Declaration
public bool ExtendTorqueMapAtEdges { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FrequencyOptions
Declaration
public FrequencyOptionsForHarmonicAnalysisResults FrequencyOptions { get; }
Property Value
HarmonicAnalysisOptions
Declaration
public HarmonicAnalysisOptions HarmonicAnalysisOptions { get; }
Property Value
LimitToMaxUnderTorqueSpeedCurve
Declaration
public bool LimitToMaxUnderTorqueSpeedCurve { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
MaxHarmonic
Declaration
public Overridable<int> MaxHarmonic { get; set; }
Property Value
MaximumOrder
Declaration
public double MaximumOrder { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
MinimumOrder
Declaration
public double MinimumOrder { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ModalContributionViewOptions
Declaration
public ModalContributionViewOptions ModalContributionViewOptions { get; }
Property Value
ModeViewOptions
Declaration
public AdvancedTimeSteppingAnalysisForModulationModeViewOptions ModeViewOptions { get; }
Property Value
NumberOfAdditionalPointsEitherSideOfOrderLine
Declaration
public int NumberOfAdditionalPointsEitherSideOfOrderLine { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfPointsPerStep
Declaration
public Overridable<int> NumberOfPointsPerStep { get; set; }
Property Value
OrderCutsChartSettings
Declaration
public OrderCutsChartSettings OrderCutsChartSettings { get; }
Property Value
OverlayTorqueSpeedCurve
Declaration
public bool OverlayTorqueSpeedCurve { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ReduceNumberOfResultPoints
Declaration
public bool ReduceNumberOfResultPoints { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ReferenceSpeedOptions
Declaration
public SpeedOptionsForHarmonicAnalysisResults ReferenceSpeedOptions { get; }
Property Value
ReplaceSpeedAxisWithFrequency
Declaration
public bool ReplaceSpeedAxisWithFrequency { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ReportNames
Declaration
public IReadOnlyList<string> ReportNames { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<System.String> |
|
ResponseType
Declaration
public EnumWithSelectedValue<DynamicsResponseType> ResponseType { get; set; }
Property Value
ResultLocationSelectionGroups
Declaration
public ResultLocationSelectionGroups ResultLocationSelectionGroups { get; }
Property Value
SelectedExcitations
Declaration
public ExcitationSourceSelectionGroup SelectedExcitations { get; }
Property Value
ShowAmplitudesOfGearExcitations
Declaration
public bool ShowAmplitudesOfGearExcitations { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowBoundariesOfStiffnessSteps
Declaration
public bool ShowBoundariesOfStiffnessSteps { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowCoupledModes
Declaration
public bool ShowCoupledModes { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowTorquesAtStiffnessSteps
Declaration
public bool ShowTorquesAtStiffnessSteps { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowTotalResponseForMultipleExcitations { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool ShowTotalResponseForMultipleSurfaces { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SpeedRangeForCombiningExcitations
Declaration
public MultipleExcitationsSpeedRangeOption SpeedRangeForCombiningExcitations { get; set; }
Property Value
TranslationOrRotation
Declaration
public TranslationRotation TranslationOrRotation { get; set; }
Property Value
VectorMagnitudeMethod
Declaration
public ComplexMagnitudeMethod VectorMagnitudeMethod { get; set; }
Property Value
WaterfallChartSettings
Declaration
public WaterfallChartSettings WaterfallChartSettings { get; }
Property Value
WhineWaterfallExportOption
Declaration
public WhineWaterfallExportOption WhineWaterfallExportOption { get; set; }
Property Value
Methods
CalculateResults()
Declaration
public void CalculateResults()
GetActiveReportWithEncodedImages()
Declaration
public string GetActiveReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetDefaultReportWithEncodedImages()
Declaration
public string GetDefaultReportWithEncodedImages()
Returns
| Type |
Description |
| System.String |
|
GetNamedReportWithEncodedImages(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 |
|
OutputActiveReportTo(String)
Declaration
public void OutputActiveReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputDefaultReportTo(String)
Declaration
public void OutputDefaultReportTo(string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
OutputNamedReportAsMastaReport(String, String)
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 |
|
OutputNamedReportTo(String, String)
Declaration
public void OutputNamedReportTo(string reportName, string filePath)
Parameters
| Type |
Name |
Description |
| System.String |
reportName |
|
| System.String |
filePath |
|
Implements
System.IEquatable<T>
Extension Methods