Class SingleExcitationDetails
Inheritance
System.Object
SingleExcitationDetails
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AcousticAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class SingleExcitationDetails : APIBase, IEquatable<APIBase>
Properties
Name
Name of the excitation. Some excitations may have their harmonics combined into a single analysis.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfFrequencies
Total number of frequencies for this excitation
Declaration
public int NumberOfFrequencies { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfFrequenciesToCalculate
Number of frequencies that there are not already results for
Declaration
public int NumberOfFrequenciesToCalculate { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>