Class ElectricMachineMechanicalLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElectricMachineMechanicalLoadCase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines.LoadCasesAndAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ElectricMachineMechanicalLoadCase : ElectricMachineLoadCaseBase, IEquatable<APIBase>
Properties
Speed
The signed speed of the machine. A positive value indicates positive rotation about the Z Axis of the machine. This is an anti clockwise rotation in the 2D views.
Measurement: AngularVelocity
Declaration
public double Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>