Class Eccentricity
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Eccentricity
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class Eccentricity : IndependentReportablePropertiesBase<Eccentricity>, IEquatable<APIBase>
Properties
DynamicX
Measurement: ShortLength
Declaration
public double DynamicX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DynamicY
Measurement: ShortLength
Declaration
public double DynamicY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StaticX
Measurement: ShortLength
Declaration
public double StaticX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StaticY
Measurement: ShortLength
Declaration
public double StaticY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>