Class DesignEntityExcitationDescription
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DesignEntityExcitationDescription
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.ModalAnalysis
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DesignEntityExcitationDescription : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ExcitationFrequency
Measurement: Frequency
Declaration
public double ExcitationFrequency { get; }
Property Value
Type | Description |
---|---|
System.Double |
HarmonicIndex
Declaration
public int HarmonicIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Order
Declaration
public double Order { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>