Class NamedPlanetSideBandAmplitudeFactor
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
NamedPlanetSideBandAmplitudeFactor
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class NamedPlanetSideBandAmplitudeFactor : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
PlanetarySidebandsAmplitudeFactor
Used in the calculation of the planetary sideband content in Design Mode as a factor for each planet to annulus mesh which multiplies the assumed sinusoidal acceleration due to TE for that mesh.
Declaration
public double PlanetarySidebandsAmplitudeFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>